[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 252
public constructor TStringCellEditor.Create( |
Aowner: TComponent |
); override; |
Aowner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited constructor using the value in AOwner as an argument. Create sets the value in the AutoSize property to False.
|
Allows automatic adjustment of the size for the control, according to its content. |
Version 4.0 | Generated 2025-05-03 | Home |