Unit 'ECTypes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_eccontrols]

TFontOptions

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

Declaration

Source position: ectypes.pas line 127

type TFontOptions = class(TPersistent)

protected

  procedure RecalcRedraw;

  

  procedure Redraw;

  

public

  OnRecalcRedraw: TObjectMethod;

  

  OnRedraw: TObjectMethod;

  

  constructor Create();

  

  procedure ApplyTo();

  

  function IsIdentical();

  

published

  property FontColor: TColor; [rw]

  

  property FontSize: SmallInt; [rw]

  

  property FontStyles: TFontStyles; [rw]

  

end;

Inheritance

TFontOptions

  

|

TObject



CT Web help

CodeTyphon Studio