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

TControlItem

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

Declaration

Source position: cyBaseExtCtrls.pas line 146

type TControlItem = class(TCollectionItem)

protected

  procedure AssignTo(); override;

  

  procedure InternalSetLocation();

  

  property GridPanel: TCustomGridPanel; [r]

  

  property Pushed: Boolean; [r]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure SetLocation();

  

published

  property Column: Integer; [rw]

  

  property ColumnSpan: TCellSpan; [rw]

  

  property Control: TControl; [rw]

  

  property Row: Integer; [rw]

  

  property RowSpan: TCellSpan; [rw]

  

end;

Inheritance

TControlItem

  

|

TObject



CT Web help

CodeTyphon Studio