[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: grids.pas line 1801
public constructor TCustomStringGrid.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create -is the constructor for TCustomStringGrid. It calls the inherited Create method, and sets default styles, layout and alignment used in the class instance.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |