Unit 'o32tcflx' Package
[Overview][Types][Classes][Index] [#pl_orpheus]

TO32TCEditorProperties

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

Declaration

Source position: o32tcflx.pas line 126

type TO32TCEditorProperties = class(TPersistent)

protected

  FAlignment: TAlignment;

  

  FBorders: TO32Borders;

  

  FButtonGlyph: TBitmap;

  

  FColor: TColor;

  

  FCursor: TCursor;

  

  FMaxLines: Integer;

  

  FShowButton: Boolean;

  

  FPasswordChar: char;

  

  FReadOnly: Boolean;

  

  procedure SetButtonGlyph();

  

  function GetButtonGlyph;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  property Borders: TO32Borders; [rw]

  

published

  property Alignment: TAlignment; [rw]

  

  property ButtonGlyph: TBitmap; [rw]

  

  property Color: TColor; [rw]

  

  property Cursor: TCursor; [rw]

  

  property MaxLines: Integer; [rw]

  

  property PasswordChar: char; [rw]

  

  property ReadOnly: Boolean; [rw]

  

  property ShowButton: Boolean; [rw]

  

end;

Inheritance

TO32TCEditorProperties

  

|

TObject



CT Web help

CodeTyphon Studio