Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TReplaceDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dialogs.pp line 499

type TReplaceDialog = class(TFindDialog)

protected

  function DefaultTitle; override;

  

  procedure ReplaceClick();

  

  procedure ReplaceAllClick();

  

  function CreateForm; override;

  

  procedure SetFormValues; override;

  

  procedure GetFormValues; override;

  

public

  constructor Create(); override;

  

published

  property ReplaceText: string;

  

  property OnReplace: TNotifyEvent;

  

end;

Inheritance

TReplaceDialog

  

|

TFindDialog

  

|

TCommonDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio