 |
property ActiveRowOriginalColorShadowLuminance: integer read FActiveRowOriginalColorShadowLuminance write FActiveRowOriginalColorShadowLuminance; |
 |
property ActiveRowGradient: boolean read FActiveRowGradient write SetActiveRowGradient default false; |
 |
property SkipCellHighlight: boolean read FSkipCellHighlight write FSkipCellHighlight default false; |
 |
property DrawRowFocus: boolean read FDrawRowFocus write SetDrawRowFocus default false; |
 |
property DrawColoredRow: boolean read FDrawColoredRow write SetDrawColoredRow default false; |
 |
property HighlightMultiselect: boolean read FHighlightMultiselect write SetHighlightMultiselect default true; |
 |
property HideHScrollBar: boolean read FHideHScrollBar write SetHideHScrollBar default false; |
 |
property StandardTabKey: boolean read FStandardTabKey write FStandardTabKey default false; |
 |
property ReturnAsTabKey: boolean read FReturnAsTabKey write FReturnAsTabKey default false; |
 |
property DragCell: boolean read FDragCell write FDragCell default false; |
 |
property DragToScrollData: boolean read FDragToScrollData write FDragToScrollData default false; |
 |
property HintMaxLength: integer read FHintMaxLength write FHintMaxLength default 2000; |
 |
property ColumnMinWidth: integer read FColumnMinWidth write FColumnMinWidth default 40; |
 |
property ColumnMaxWidth: integer read FColumnMaxWidth write FColumnMaxWidth default 200; |
 |
property ColumnWidthMaxRecordsSearch: integer read FColumnWidthMaxRecordsSearch write FColumnWidthMaxRecordsSearch default 2000; |
 |
property LookupResetDelay: cardinal read FLookupResetDelay write FLookupResetDelay default 2500; |
 |
property DataRowLineColor: TColor read FDataRowLineColor write SetDataRowLineColor default clNone; |
 |
property DataRowLineStyle: TPenStyle read FDataRowLineStyle write SetDataRowLineStyle default psSolid; |
 |
property DataColLineColor: TColor read FDataColLineColor write SetDataColLineColor default clNone; |
 |
property DataColLineStyle: TPenStyle read FDataColLineStyle write SetDataColLineStyle default psSolid; |
 |
property DataRowInFixedColsAsTitle: boolean read FDataRowInFixedColsAsTitle write SetDataRowInFixedColsAsTitle default false; |
 |
property TitleRowLineColor: TColor read FTitleRowLineColor write SetTitleRowLineColor default clNone; |
 |
property TitleRowLineStyle: TPenStyle read FTitleRowLineStyle write SetTitleRowLineStyle default psSolid; |
 |
property TitleColLineColor: TColor read FTitleColLineColor write SetTitleColLineColor default clNone; |
 |
property TitleColInGroupLineColor: TColor read FTitleColInGroupLineColor write SetTitleColInGroupLineColor default clNone; |
 |
property TitleColLineStyle: TPenStyle read FTitleColLineStyle write SetTitleColLineStyle default psSolid; |
 |
property ColumnFontStyleColor: boolean read FColumnFontStyleColor write SetColumnFontStyleColor default false; |
 |
property TitleFontStyleColor: boolean read FTitleFontStyleColor write SetTitleFontStyleColor default false; |