Klasse TFindDialog
Unit
Dialogs
Deklaration
type TFindDialog = class(TCommonDialog)
Beschreibung
no description available, TCommonDialog description follows
no description available, TLCLComponent description follows
Hierarchie
Übersicht
Methoden
Eigenschaften
 |
property Left: Integer read GetLeft write SetLeft; |
 |
property Position: TPoint read GetPosition write SetPosition; |
 |
property Top: Integer read GetTop write SetTop; |
 |
property FindText: string read GetFindText write SetFindText; |
 |
property Options: TFindOptions read FOptions write FOptions default [frDown]; |
 |
property OnFind: TNotifyEvent read FOnFind write FOnFind; |
Beschreibung
Methoden
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure CloseDialog; |
|
 |
function Execute: Boolean; override; |
|
Eigenschaften
 |
property Left: Integer read GetLeft write SetLeft; |
|
 |
property Position: TPoint read GetPosition write SetPosition; |
|
 |
property Top: Integer read GetTop write SetTop; |
|
 |
property FindText: string read GetFindText write SetFindText; |
|
 |
property Options: TFindOptions read FOptions write FOptions default [frDown]; |
|
 |
property OnFind: TNotifyEvent read FOnFind write FOnFind; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:55