[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 462
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 option values for Find only.
TComponent.Create |
||
|
Constructor for the class instance. |