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

TFontDialog

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

Declaration

Source position: dialogs.pp line 400

type TFontDialog = class(TCommonDialog)

protected

  class procedure WSRegisterClass; override;

  

  function DefaultTitle; override;

  

public

  procedure ApplyClicked; virtual;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Title: TTranslateString;

  

  property Font: TFont; [rw]

  

  property MinFontSize: Integer; [rw]

  

  property MaxFontSize: Integer; [rw]

  

  property Options: TFontDialogOptions; [rw]

  

  property OnApplyClicked: TNotifyEvent; [rw]

  

  property PreviewText: string; [rw]

  

end;

Inheritance

TFontDialog

  

|

TCommonDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio