Unit 'TplControlsTableUnit' Package
[Overview][Classes][Index] [#pl_excontrols]

TplControlsTable

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

Declaration

Source position: TplControlsTableUnit.pas line 105

type TplControlsTable = class(TCustomControl)

protected

  function GetCells();

  

  function GetGridCells();

  

  procedure SetCountCol();

  

  procedure SetCountRow();

  

  procedure AdjustClientRect(); override;

  

  procedure AlignControls(); override;

  

  procedure CalcWidths;

  

  function ColLeft();

  

  procedure DistributeCells;

  

  procedure RebuildCells;

  

  procedure RefreshCells;

  

public

  constructor Create(); override;

  

  procedure CellChanged();

  

  property Cells []: TplControlsCell; [r]

  

  property GridCells []: TplControlsCell; [r]

  

published

  property CountCol: Integer; [rw]

  

  property CountRow: Integer; [rw]

  

  property Align;

  

  property Color;

  

  property OnClick;

  

  property OnDblClick;

  

  property OnPaint;

  

  property OnResize;

  

  property OnChangeBounds;

  

  property OnContextPopup;

  

  property OnEndDrag;

  

  property OnMouseDown;

  

  property OnMouseUp;

  

  property OnMouseEnter;

  

  property OnMouseLeave;

  

  property OnMouseMove;

  

  property OnMouseWheel;

  

  property OnMouseWheelDown;

  

  property OnMouseWheelUp;

  

  property OnMouseWheelHorz;

  

  property OnMouseWheelLeft;

  

  property OnMouseWheelRight;

  

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnStartDrag;

  

  property OnStartDock;

  

  property OnEndDock;

  

end;

Inheritance

TplControlsTable

  

|

TObject



CT Web help

CodeTyphon Studio