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

TCommonDialog

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

Declaration

Source position: dialogs.pp line 87

type TCommonDialog = class(TLCLComponent)

protected

  class procedure WSRegisterClass; override;

  

  function DoExecute; virtual;

  

  function DefaultTitle; virtual;

  

  function GetHeight; virtual;

  

  function GetWidth; virtual;

  

  procedure SetHeight(); virtual;

  

  procedure SetWidth(); virtual;

  

  procedure ResetShowCloseFlags;

  

  property AttachTo: TCustomForm; [rw] platform ;

  

  property OnDialogResult: TDialogResultEvent; [rw] platform ;

  

public

  FCompStyle: LongInt;

  

  constructor Create(); override;

  

  function Execute; virtual;

  

  property Handle: TLCLHandle; [rw]

  

  property UserChoice: Integer; [rw]

  

  procedure Close; virtual;

  

  procedure DoShow; virtual;

  

  procedure DoCanClose(); virtual;

  

  procedure DoClose; virtual;

  

  function HandleAllocated;

  

  property Width: Integer; [rw]

  

  property Height: Integer; [rw]

  

published

  property OnClose: TNotifyEvent; [rw]

  

  property OnCanClose: TCloseQueryEvent; [rw]

  

  property OnShow: TNotifyEvent; [rw]

  

  property HelpContext: THelpContext; [rw]

  

  property Title: TTranslateString; [rws]

  

end;

Inheritance

TCommonDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio