[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TFindDialog.Create

Constructor for the class instance.

Declaration

Source position: dialogs.pp line 460

public constructor TFindDialog.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create is the constructor for TFindDialog, and calls the inherited Create method. It sets the initial option values for Find only.

See also

TComponent.Create

TCommonDialog.Create

  

Constructor for the class instance.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.