|
property ButtonStyle: TrStringGridEdEditStyle read FButtonStyle write SetButtonStyle default sgbNone; |
|
property DataType: TrStringGridEdDataType read FDataType write FDataType default sgdText; |
|
property DataImageList: TImageList read FDataImageList write SetDataImageList; |
|
property NumFormat: string read FNumFormat write FNumFormat; |
|
property MinValue: double read FMinValue write FMinValue; |
|
property MaxValue: double read FMaxValue write FMaxValue; |
|
property InvalidDataAction: TrStringGridEdInvalidDataAction read FInvalidDataAction write FInvalidDataAction default sgaHighlight; |
|
property InvalidDataColor: TColor read FInvalidDataColor write FInvalidDataColor default clRed; |
|
property OutOfLimitDataColor: TColor read FOutOfLimitDataColor write FOutOfLimitDataColor default clBlack; |
|
property DropDownRows: integer read FDropDownRows write FDropDownRows default 12; |
|
property DropDownListCanDelete: boolean read FDropDownListCanDelete write FDropDownListCanDelete default false; |
|
property CheckBoxTrueValue: string read FCheckBoxTrueValue write FCheckBoxTrueValue stored CheckBoxTrueValueStored; |
|
property CheckBoxFalseValue: string read FCheckBoxFalseValue write FCheckBoxFalseValue stored CheckBoxFalseValueStored; |
|
property CheckBoxDblClick: boolean read FCheckBoxDblClick write FCheckBoxDblClick default false; |
|
property CheckListSeparator: string read FCheckListSeparator write FCheckListSeparator stored CheckListSeparatorStored; |
|
property CheckListCaseSensitive: boolean read FCheckListCaseSensitive write FCheckListCaseSensitive default false; |
|
property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify; |
|
property CheckboxAlignment: TAlignment read FCheckBoxAlignment write SetCheckBoxAlignment default taCenter; |
|
property AutoAlignment: boolean read FAutoAlignment write FAutoAlignment default false; |
|
property Color: TColor read FColor write SetColor default clWindow; |
|
property Font: TFont read FFont write SetFont stored IsFontStored; |
|
property CustomDraw: boolean read FCustomDraw write SetCustomDraw default false; |
|
property ParentFont: boolean read FParentFont write SetParentFont default true; |
|
property PickList: TStringList read FPickList write SetPickList; |
|
property ReadOnly: boolean read FReadOnly write SetReadOnly default false; |
|
property Visible: boolean read FVisible write SetVisible default true; |
|
property TitleCaption: string read FTitleCaption write SetTitleCaption; |
|
property TitleFont: TFont read FTitleFont write SetTitleFont stored IsTitleFontStored; |
|
property TitleParentFont: boolean read FTitleParentFont write SetTitleParentFont default true; |
|
property TitleColor: TColor read FTitleColor write SetTitleColor default clNone; |
|
property TitleAlignment: TAlignment read FTitleAlignment write SetTitleAlignment default taLeftJustify; |
|
property WordWrap: boolean read FWordWrap write SetWordWrap default false; |
|
property TitleWordWrap: boolean read FTitleWordWrap write SetTitleWordWrap default false; |
|
property DataBar: TrDataBar read FDataBar write FDataBar; |
|
property StatusBar: TrStatusBar read FStatusBar write FStatusBar; |
|
property Width: integer read GetWidth write SetWidth default 64; |
|
property FieldName: string read FFieldName write FFieldName; |
|
property ColumnGroup: integer read FColumnGroup write FColumnGroup default 0; |
|
property OnDropDownDrawItemEvent: TDrawItemEvent read FDropDownDrawItemEvent write FDropDownDrawItemEvent; |
|
property OnDropDownMeasureItemEvent: TMeasureItemEvent read FDropDownMeasureItemEvent write FDropDownMeasureItemEvent; |
|
property OnDropDownGetSize: TCanResizeEvent read FDropDownGetSize write FDropDownGetSize; |