Unit 'ovctchdr' Package
[Overview][Classes][Index] [#pl_orpheus]

TOvcTCRowHead

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

Declaration

Source position: ovctchdr.pas line 114

type TOvcTCRowHead = class(TOvcTCBaseString)

protected

  FShowActiveRow: Boolean;

  

  FShowNumbers: Boolean;

  

  procedure SetShowActiveRow();

  

  procedure SetShowNumbers();

  

  procedure tcPaint(); override;

  

public

  constructor Create(); override;

  

published

  property ShowActiveRow: Boolean; [rw]

  

  property ShowNumbers: Boolean; [rw]

  

  property Adjust: TOvcTblAdjust;

  

  property Color: TColor;

  

  property Font: TFont;

  

  property Margin: Integer;

  

  property Table: TOvcTableAncestor;

  

  property TableColor: Boolean;

  

  property TableFont: Boolean;

  

  property TextHiColor: TColor;

  

  property TextStyle: TOvcTextStyle;

  

  property OnClick: TNotifyEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnOwnerDraw: TCellPaintNotifyEvent;

  

end;

Inheritance

TOvcTCRowHead

  

|

TOvcTCBaseString

  

|

TOvcBaseTableCell

  

|

TOvcTableCellAncestor

  

|

TObject



CT Web help

CodeTyphon Studio