Unit 'cyBaseMeasure' Package
[Overview][Types][Classes][Index] [#pl_cindy]

TcyBaseMeasure

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

Declaration

Source position: cyBaseMeasure.pas line 219

type TcyBaseMeasure = class(TGraphicControl)

protected

  procedure Paint; override;

  

  procedure Draw(); virtual;

  

  procedure MeasureBoundsChanged; virtual;

  

  property Color: TColor; [rw]

  

  property ItemsCount: Integer; [rw]

  

  property ItemsSpacing: Integer; [rw]

  

  property ItemsWidth: Integer; [rw]

  

  property ItemsHeight: Integer; [rw]

  

  property MarginLeft: Integer; [rw]

  

  property MarginTop: Integer; [rw]

  

  property MarginRight: Integer; [rw]

  

  property MarginBottom: Integer; [rw]

  

  property Max: Double; [rw]

  

  property Min: Double; [rw]

  

  property ReadOnly: Boolean; [rw]

  

  property Smooth: Boolean; [rw]

  

  property Transparent: Boolean; [rw]

  

  property OnBeforePaint: TNotifyEvent; [rw]

  

  property OnAfterPaint: TNotifyEvent; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property ShowHint;

  

end;

Inheritance

TcyBaseMeasure

  

|

TObject



CT Web help

CodeTyphon Studio