Unit 'indLCDDisplay' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_industrial]

TLCDDisplay

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

Declaration

Source position: indlcddisplay.pas line 71

type TLCDDisplay = class(TGraphicControl)

protected

  procedure CalculatePreferredSize(); override;

  

  procedure DoAutoAdjustLayout(); override;

  

  procedure DoChange; virtual;

  

  procedure Paint; override;

  

  procedure UpdateSize;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure AddCharDef();

  

  property CharCount: LongInt; [r]

  

  property DotColCount: Integer; [r]

  

  property DotRowCount: Integer; [r]

  

  property GlobalDotColsCount: LongInt; [r]

  

published

  property AutoSize;

  

  property BorderSpacing;

  

  property ShowHint;

  

  property Visible;

  

  property OnClick;

  

  property OnDblClick;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property CharDefs: TCharDefs; [rws]

  

  property DotSize: Integer; [rw]

  

  property DotsSpace: Integer; [rw]

  

  property FrameSize: Integer; [rw]

  

  property FrameColor: TColor; [rw]

  

  property BoardColor: TColor; [rw]

  

  property DotColorOn: TColor; [rw]

  

  property DotColorOff: TColor; [rw]

  

  property DisplayLineCount: Integer; [rw]

  

  property DisplayCharCount: Integer; [rw]

  

  property Lines: TStrings; [rw]

  

  property CharSpace: Boolean; [rw]

  

  property ColorScheme: TColorScheme; [rw]

  

  property FrameStyle: TFrameStyle; [rw]

  

  property FrameHeight: TFrameHeight; [rw]

  

  property FrameColorStyle: TFrameColorStyle; [rw]

  

  property DotShape: TDotShape; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TLCDDisplay

  

|

TObject



CT Web help

CodeTyphon Studio