[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: TplDBGridControllerUnit.pas line 557
type TplColumnProperty = class(TObject) |
||
protected |
||
Column: TColumn; |
|
|
TitleRect: TRect; |
|
|
Field: TField; |
|
|
FieldName: string; |
|
|
IndexSortOrder: Integer; |
|
|
|
||
FilterValueList: TStringList; |
|
|
DistinctValueList: TStringList; |
|
|
SQLOrderBy: string; |
|
|
TitleCaption: string; |
|
|
ColumnSearchText: string; |
|
|
FilterSearchText: string; |
|
|
|
||
procedure ResetAggregation; |
|
|
public |
||
|
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
published |
||
property FooterAlignment: TAlignment; [rw] |
|
|
property FooterDisplayText: string; [rw] |
|
|
property Owner: TplColumnPropertyList; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |