[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 498
public constructor TFindDialog.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for TFindDialog, and calls the inherited Create method. It sets the initial value in Options to [frDown]. It also stores the unassigned value (-1) for both the Left and Top properties in the class instance.
|
Contains the find / replace options enabled for the dialog. |
|
|
Coordinate for the Left side of the dialog form. |
|
|
Coordinate for the Top edge of the dialog form. |
|
|
Set type used to store TFindOption enumeration values. |
|
|
A list of possible options which can be used in Find dialogs. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |