Unit 'ECHeader' Package
[Overview][Types][Classes][Index] [#pl_eccontrols]

TECHeaderItem

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

Declaration

Source position: echeader.pas line 46

type TECHeaderItem = class(TCollectionItem)

protected

const

  cDefOptions = [ehiEnabled, ehiSizable, ehiVisible]

  

  cDefText = 'Item'

  

  cDefWidth = 75

  

protected

  FBoundLeft: Integer;

  

  FBoundRight: Integer;

  

  function GetDisplayName; override;

  

public

  constructor Create(); override;

  

published

  property Alignment: TAlignment; [rw]

  

  property ImageIndex: SmallInt; [rw]

  

  property MinWidth: SmallInt; [rw]

  

  property Options: TECHeaderItemOptions; [rw]

  

  property Text: TCaption; [rw]

  

  property Width: Integer; [rw]

  

end;

Inheritance

TECHeaderItem

  

|

TObject



CT Web help

CodeTyphon Studio