[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |