Class TFireGridTableViewOptions
Unit
Declaration
type TFireGridTableViewOptions = class(TFireGridViewOptions)
Description
No description available, ancestor TFireGridViewOptions description follows
Hierarchy
- TObject
- TPersistent
- TFireGridViewOptions
- TFireGridTableViewOptions
Overview
Methods
constructor Create(View: TFireGridTableView); |
|
destructor Destroy; override; |
|
function GetColumnAutoWidth: Boolean; |
|
procedure SetColumnAutoWidth(AutoWidth: Boolean); |
|
function GetColumnsHeader: Boolean; |
|
procedure SetColumnsHeader(ColumnsHeader: Boolean); |
|
function GetColumnsQuickMenuVisible: Boolean; |
|
procedure SetColumnsQuickMenuVisible(QuickMenuVisible: Boolean); |
|
function GetColumnsQuickCustomization: Boolean; |
|
procedure SetColumnsQuickCustomization(quickCustomization: Boolean); |
|
function GetColumnsQuickCustomizationMaxDropDownCount(): Integer; |
|
procedure SetColumnsQuickCustomizationMaxDropDownCount(DropDownCount: Integer); |
|
procedure SetRowsQuickSelection(Enabled: Boolean); |
|
function GetFrozenPlaceQuickSelection: Boolean; |
|
procedure SetFrozenPlaceQuickSelection(Enabled: Boolean); |
|
function IsRowFrozenButtonVisible: Boolean; |
|
procedure SetRowFrozenButtonVisible(Visible: Boolean); |
|
function GetColumnHeaderHints: Boolean; |
|
procedure SetColumnHeaderHints(headerHints: Boolean); |
|
function GetFixedSeparatorColor: TAlphaColor; |
|
procedure SetFixedSeparatorColor(const Color: TAlphaColor); |
|
function GetFixedSeparatorWidth: Integer; |
|
procedure SetFixedSeparatorWidth(width: Integer); |
|
function IsColumnHidingEnabled: Boolean; |
|
procedure SetColumnHidingEnabled(enabled: Boolean); |
|
function IsColumnMovingEnabled: Boolean; |
|
procedure SetColumnMovingEnabled(enabled: Boolean); |
|
function IsColumnHidingOnGroupingEnabled: Boolean; |
|
procedure SetColumnHidingOnGroupingEnabled(enabled: Boolean); |
|
function IsColumnHorSizingEnabled: Boolean; |
|
procedure SetColumnHorSizingEnabled(Enabled: Boolean); |
|
function IsGroupingEnabled: Boolean; |
|
procedure SetGroupingEnabled(enabled: Boolean); |
|
function GetGroupRowFont: TFont; |
|
procedure SetGroupRowFont(const font: TFont); |
|
function GetGroupRowHeight: Integer; |
|
procedure SetGroupRowHeight(height: Integer); |
|
function GetGroupRowStyle: TFireGridGroupRowStyle; |
|
procedure SetGroupRowStyle(RowStyle: TFireGridGroupRowStyle); |
|
function GetGroupPalette(Depth: Integer): TFirePalette; |
|
procedure SetGroupPalette(Depth: Integer; const Palette: TFirePalette); |
|
procedure ClearGroupPalette; |
|
function GetFooterSummaryVisible: Boolean; |
|
procedure SetFooterSummaryVisible(Visible: Boolean); |
|
function GetNewRowPlace: TFireGridNewRowPlace; |
|
procedure SetNewRowPlace(Place: TFireGridNewRowPlace); |
|
function GetGroupSummaryPlace: TFireGridGroupSummaryPlace; |
|
procedure SetGroupSummaryPlace(const Place: TFireGridGroupSummaryPlace); |
|
function GetDecorateSelection: Boolean; |
|
procedure SetDecorateSelection(const Value: Boolean); |
|
function GetRowAutoHeight: Boolean; |
|
procedure SetRowAutoHeight(AutoHeight: Boolean); |
|
function IsMainMenuEnabled: Boolean; |
|
procedure SetMainMenuEnabled(Enabled: Boolean); |
|
function IsSummaryMenuEnabled: Boolean; |
|
procedure SetSummaryMenuEnabled(Enabled: Boolean); |
|
function IsFocusFollowsMouse: Boolean; |
|
procedure SetFocusFollowsMouse(enabled: Boolean); |
|
function GetFastScrollEffect: Boolean; |
|
procedure SetFastScrollEffect(value: Boolean); |
|
function GetMoveLastColumn: Boolean; |
|
procedure SetMoveLastColumn(move: Boolean); |
Properties
Description
Methods
constructor Create(View: TFireGridTableView); |
|
destructor Destroy; override; |
|
function GetColumnAutoWidth: Boolean; |
|
procedure SetColumnAutoWidth(AutoWidth: Boolean); |
|
function GetColumnsHeader: Boolean; |
|
procedure SetColumnsHeader(ColumnsHeader: Boolean); |
|
function GetColumnsQuickMenuVisible: Boolean; |
|
procedure SetColumnsQuickMenuVisible(QuickMenuVisible: Boolean); |
|
function GetColumnsQuickCustomization: Boolean; |
|
procedure SetColumnsQuickCustomization(quickCustomization: Boolean); |
|
function GetColumnsQuickCustomizationMaxDropDownCount(): Integer; |
|
procedure SetColumnsQuickCustomizationMaxDropDownCount(DropDownCount: Integer); |
|
procedure SetRowsQuickSelection(Enabled: Boolean); |
|
function GetFrozenPlaceQuickSelection: Boolean; |
|
procedure SetFrozenPlaceQuickSelection(Enabled: Boolean); |
|
function IsRowFrozenButtonVisible: Boolean; |
|
procedure SetRowFrozenButtonVisible(Visible: Boolean); |
|
function GetColumnHeaderHints: Boolean; |
|
procedure SetColumnHeaderHints(headerHints: Boolean); |
|
function GetFixedSeparatorColor: TAlphaColor; |
|
procedure SetFixedSeparatorColor(const Color: TAlphaColor); |
|
function GetFixedSeparatorWidth: Integer; |
|
procedure SetFixedSeparatorWidth(width: Integer); |
|
function IsColumnHidingEnabled: Boolean; |
|
procedure SetColumnHidingEnabled(enabled: Boolean); |
|
function IsColumnMovingEnabled: Boolean; |
|
procedure SetColumnMovingEnabled(enabled: Boolean); |
|
function IsColumnHidingOnGroupingEnabled: Boolean; |
|
procedure SetColumnHidingOnGroupingEnabled(enabled: Boolean); |
|
function IsColumnHorSizingEnabled: Boolean; |
|
procedure SetColumnHorSizingEnabled(Enabled: Boolean); |
|
function IsGroupingEnabled: Boolean; |
|
procedure SetGroupingEnabled(enabled: Boolean); |
|
function GetGroupRowFont: TFont; |
|
procedure SetGroupRowFont(const font: TFont); |
|
function GetGroupRowHeight: Integer; |
|
procedure SetGroupRowHeight(height: Integer); |
|
function GetGroupRowStyle: TFireGridGroupRowStyle; |
|
procedure SetGroupRowStyle(RowStyle: TFireGridGroupRowStyle); |
|
function GetGroupPalette(Depth: Integer): TFirePalette; |
|
procedure SetGroupPalette(Depth: Integer; const Palette: TFirePalette); |
|
procedure ClearGroupPalette; |
|
function GetFooterSummaryVisible: Boolean; |
|
procedure SetFooterSummaryVisible(Visible: Boolean); |
|
function GetNewRowPlace: TFireGridNewRowPlace; |
|
procedure SetNewRowPlace(Place: TFireGridNewRowPlace); |
|
function GetGroupSummaryPlace: TFireGridGroupSummaryPlace; |
|
procedure SetGroupSummaryPlace(const Place: TFireGridGroupSummaryPlace); |
|
function GetDecorateSelection: Boolean; |
|
procedure SetDecorateSelection(const Value: Boolean); |
|
function GetRowAutoHeight: Boolean; |
|
procedure SetRowAutoHeight(AutoHeight: Boolean); |
|
function IsMainMenuEnabled: Boolean; |
|
procedure SetMainMenuEnabled(Enabled: Boolean); |
|
function IsSummaryMenuEnabled: Boolean; |
|
procedure SetSummaryMenuEnabled(Enabled: Boolean); |
|
function IsFocusFollowsMouse: Boolean; |
|
procedure SetFocusFollowsMouse(enabled: Boolean); |
|
function GetFastScrollEffect: Boolean; |
|
procedure SetFastScrollEffect(value: Boolean); |
|
function GetMoveLastColumn: Boolean; |
|
procedure SetMoveLastColumn(move: Boolean); |
|
Properties
property ColumnAutoWidth: Boolean read GetColumnAutoWidth write SetColumnAutoWidth default False; |
|
property ColumnsHeader: Boolean read GetColumnsHeader write SetColumnsHeader default True; |
|
property ColumnsQuickMenuVisible: Boolean read GetColumnsQuickMenuVisible write SetColumnsQuickMenuVisible default True; |
|
property ColumnsQuickCustomization: Boolean read GetColumnsQuickCustomization write SetColumnsQuickCustomization default True; |
|
property ColumnsQuickCustomizationMaxDropDownCount: Integer read GetColumnsQuickCustomizationMaxDropDownCount write SetColumnsQuickCustomizationMaxDropDownCount default 0; |
|
property RowsQuickSelection: Boolean read FRowsQuickSelection write SetRowsQuickSelection default False; |
|
property FrozenPlaceQuickSelection: Boolean read GetFrozenPlaceQuickSelection write SetFrozenPlaceQuickSelection default False; |
|
property RowFrozenButtonVisible: Boolean read IsRowFrozenButtonVisible write SetRowFrozenButtonVisible default False; |
|
property RowAutoHeight: Boolean read GetRowAutoHeight write SetRowAutoHeight default False; |
|
property MainMenuEnabled: Boolean read IsMainMenuEnabled write SetMainMenuEnabled default True; |
|
property SummaryMenuEnabled: Boolean read IsSummaryMenuEnabled write SetSummaryMenuEnabled default True; |
|
property FocusFollowsMouse: Boolean read IsFocusFollowsMouse write SetFocusFollowsMouse default False; |
|
property FastScrollEffect: Boolean read GetFastScrollEffect write SetFastScrollEffect default True; |
|
property MoveLastColumn: Boolean read GetMoveLastColumn write SetMoveLastColumn default False; |
|
property NewRowPlace: TFireGridNewRowPlace read GetNewRowPlace write SetNewRowPlace default TFireGridNewRowPlace.NewRowNone; |
|
property GroupSummaryPlace: TFireGridGroupSummaryPlace read GetGroupSummaryPlace write SetGroupSummaryPlace default TFireGridGroupSummaryPlace.GroupSummaryHide; |
|
property GroupRowFont: TFont read GetGroupRowFont write SetGroupRowFont; |
|
property GroupRowHeight: Integer read GetGroupRowHeight write SetGroupRowHeight default -1; |
|
property GroupRowStyle: TFireGridGroupRowStyle read GetGroupRowStyle write SetGroupRowStyle default TFireGridGroupRowStyle.GroupStandard; |
|
property FooterSummaryVisible: Boolean read GetFooterSummaryVisible write SetFooterSummaryVisible default False; |
|
property DecorateSelection: Boolean read GetDecorateSelection write SetDecorateSelection default False; |
|
Generated by PasDoc 0.15.0.