[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: valedit.pas line 179
public constructor TValueListEditor.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the control instance. |
Create is the constructor for the class instance. Create allocates resources for the Strings and TitleCaptions properties, and calls the inherited constructor. Create sets the event handlers in Strings and TitleCaptions to methods in the class instance. Create sets the default values for the following properties:
Create initializes the value for internal member used to track the last row edited in the control.
|
Destructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |