Skip to main content

TcxGridBandedTableController Members

Controller for a Banded Table View.

Constructors

Name Description
Create(TcxCustomGridView) Creates a TcxGridViewHandler class instance. Inherited from TcxGridViewHandler.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
BandsCustomizationPopup
CellSelectionAnchor Inherited from TcxGridTableController.
ClickedCellViewInfo Inherited from TcxCustomGridTableController.
ColumnsCustomizationPopup Inherited from TcxGridTableController.
Control protected Specifies the grid control owning the View. Inherited from TcxGridViewHandler.
Controller protected Returns the View’s controller object. Inherited from TcxGridViewHandler.
Customization Inherited from TcxCustomGridController.
CustomizationForm Inherited from TcxGridTableController.
CustomizationFormBounds Inherited from TcxCustomGridController.
DataController protected Specifies the data controller assigned to the View. Inherited from TcxGridViewHandler.
DesignController Inherited from TcxCustomGridController.
DragAndDropObjectClass Inherited from TcxCustomGridController.
DragDropText Inherited from TcxCustomGridTableController.
DragImages Inherited from TcxCustomGridController.
EditingController Represents a controller that handles editing operations specific to a Table View. Inherited from TcxGridTableController.
EditingItem References the item currently being edited. Inherited from TcxCustomGridTableController.
FilterMRUItemsPopup Inherited from TcxCustomGridTableController.
FilterPopup Inherited from TcxCustomGridTableController.
FocusedColumn Gets the focused column within the current View. Inherited from TcxGridTableController.
FocusedColumnIndex Specifies the index of the focused column. Inherited from TcxGridTableController.
FocusedItem Specifies the item of the current record being focused. Inherited from TcxCustomGridTableController.
FocusedItemIndex Identifies the index of the currently focused item. Inherited from TcxCustomGridTableController.
FocusedRecord Refers to a record being focused within a View. Inherited from TcxCustomGridTableController.
FocusedRecordIndex Returns the index of the focused record. Inherited from TcxCustomGridTableController.
FocusedRow Gets the focused row within the current View. Inherited from TcxGridTableController.
FocusedRowIndex Specifies the index of the focused row within the current View. Inherited from TcxGridTableController.
GridView
HintCellViewInfo Inherited from TcxCustomGridController.
HintWindow Inherited from TcxCustomGridController.
HorzSizingColumn Inherited from TcxGridTableController.
IncSearchingItem Returns the item on which an incremental search is being performed. Inherited from TcxCustomGridTableController.
IncSearchingText Specifies the text being searched. Inherited from TcxCustomGridTableController.
IsBandMoving
IsBandSizing
IsColumnHorzSizing Inherited from TcxGridTableController.
IsColumnVertSizing
IsDblClick Inherited from TcxCustomGridController.
IsEditing Indicates whether a cell within the View is being edited. Inherited from TcxCustomGridTableController.
IsIncSearching Indicates whether an incremental search is being performed. Inherited from TcxCustomGridTableController.
IsItemMoving Inherited from TcxCustomGridTableController.
IsPullFocusing Inherited from TcxCustomGridTableController.
ItemsCustomizationPopup Inherited from TcxCustomGridTableController.
LeftPos Specifies the horizontal offset of the Views contents. Inherited from TcxGridTableController.
LookAndFeelPainter Inherited from TcxGridViewHandler.
MasterController Inherited from TcxCustomGridTableController.
MouseCaptureViewInfo Inherited from TcxCustomGridController.
MovingBand
MovingItem Inherited from TcxCustomGridTableController.
NewItemRecordFocused Inherited from TcxCustomGridTableController.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Painter Inherited from TcxGridViewHandler.
PressedBand
PressedColumn Inherited from TcxGridTableController.
PrevFocusedRecordIndex Inherited from TcxCustomGridTableController.
SelectedColumnCount Gets the number of selected columns within the current (Banded) Table View. Inherited from TcxGridTableController.
SelectedColumns Provides indexed access to selected columns within the current (Banded) Table View. Inherited from TcxGridTableController.
SelectedRecordCount Returns the number of selected records within the View. Inherited from TcxCustomGridTableController.
SelectedRecords Provides indexed access to selected records. Inherited from TcxCustomGridTableController.
SelectedRowCount Gets the number of selected rows within the current View. Inherited from TcxGridTableController.
SelectedRows Provides indexed access to selected rows within the current View. Inherited from TcxGridTableController.
Site Inherited from TcxGridViewHandler.
SizingBand
TopRecordIndex Addresses the topmost visible record within the current View. Inherited from TcxCustomGridTableController.
TopRowIndex Specifies the topmost visible row within the current View. Inherited from TcxGridTableController.
VertSizingColumn
ViewData protected Specifies the object retrieving data from a data controller and providing it to a View. Inherited from TcxGridViewHandler.
ViewInfo Inherited from TcxGridViewHandler.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeforeStartDrag Inherited from TcxCustomGridController.
BeginDragAndDrop Inherited from TcxCustomGridController.
BeginUpdate(TcxGridShowLockedStateImageMode) Prevents a grid View from updating until the EndUpdate method is called. Inherited from TcxGridViewHandler.
CancelHint Inherited from TcxCustomGridController.
CancelIncSearching Stops an incremental search. Inherited from TcxCustomGridTableController.
CanDrag(Integer,Integer) Inherited from TcxCustomGridController.
CanShowGroupFooter(Integer) Inherited from TcxGridTableController.
CheckEditing(Integer,Boolean) Inherited from TcxCustomGridTableController.
CheckScrolling(TPoint) Inherited from TcxCustomGridTableController.
ClearCellSelection Clears the column selection within a (Banded) Table View. Inherited from TcxGridTableController.
ClearGrouping Inherited from TcxGridTableController.
ClearSelection Unselects records within the current View. Inherited from TcxCustomGridTableController.
ControlFocusChanged Inherited from TcxCustomGridController.
CreateNewRecord(Boolean) Creates a new record within the View. Inherited from TcxCustomGridTableController.
DeleteSelection Deletes selected records within the current View. Inherited from TcxCustomGridTableController.
DesignerModified Inherited from TcxCustomGridController.
DoCancelMode Inherited from TcxCustomGridController.
DoCheckCoordinates Inherited from TcxCustomGridController.
DoControlFocusChanged Inherited from TcxCustomGridController.
DoKeyDown(Word,TShiftState) Inherited from TcxCustomGridController.
DragAndDrop(TPoint,Boolean) Inherited from TcxCustomGridController.
DragDrop(TObject,Integer,Integer) Inherited from TcxCustomGridController.
DragOver(TObject,Integer,Integer,TDragState,Boolean) Inherited from TcxCustomGridController.
DrawDragImage(TcxCanvas,TRect) Inherited from TcxCustomGridController.
EndDrag(TObject,Integer,Integer) Inherited from TcxCustomGridController.
EndDragAndDrop(Boolean) Inherited from TcxCustomGridController.
EndUpdate Enables updates of a View. Inherited from TcxGridViewHandler.
Equals(TObject) Inherited from TObject.
FindNextColumnVertically(Integer,Boolean,Boolean) Returns the index of the upper/lower focusable column in the in the current data row.
FindNextItem(Integer,Boolean,Boolean,Boolean,Boolean,TcxCustomGridRecord) Gets the index of the focusable item next/prior to the specified one. Inherited from TcxCustomGridTableController.
FindNextRecord(Integer,Boolean,Boolean,Boolean) Returns the position of the next or previous record. Inherited from TcxCustomGridTableController.
FocusFirstAvailableItem Focuses the first focusable cell in the current record. Inherited from TcxCustomGridTableController.
FocusNextCell(Boolean,Boolean,Boolean,Boolean,Boolean) Focuses the cell/record next to or prior to the current one. Inherited from TcxCustomGridTableController.
FocusNextColumnVertically(Integer,Boolean,Boolean) Focuses the upper/lower focusable column in the current data row.
FocusNextItem(Integer,Boolean,Boolean,Boolean,Boolean,Boolean) Focuses the cell next to or prior to the specified one. Inherited from TcxCustomGridTableController.
FocusNextRecord(Integer,Boolean,Boolean,Boolean,Boolean) Moves focus to the next or previous record while preserving the existing selection. Inherited from TcxCustomGridTableController.
FocusNextRecordWithSelection(Integer,Boolean,Boolean,Boolean,Boolean) Moves focus to and selects the next or previous record. Inherited from TcxCustomGridTableController.
FocusRecord(Integer,Boolean) Moves focus to and selects a particular record. Inherited from TcxCustomGridTableController.
GetCursor(Integer,Integer) Inherited from TcxCustomGridController.
GetDragDropText(TDragObject) Inherited from TcxCustomGridTableController.
GetDragDropTextViewParams(TcxViewParams) Inherited from TcxCustomGridTableController.
GetDragImagesSize Inherited from TcxCustomGridController.
GetHashCode Inherited from TObject.
GetHintWindowClass Inherited from TcxCustomGridController.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GoToFirst(Boolean) Moves focus to the first record (grouping row or data record) within the View. Inherited from TcxCustomGridTableController.
GoToLast(Boolean,Boolean) Moves focus to the last record (grouping row or data record) within the View. Inherited from TcxCustomGridTableController.
GoToNext(Boolean,Boolean) Moves focus to the record following the current one. Inherited from TcxCustomGridTableController.
GoToPrev(Boolean,Boolean) Moves focus to the record preceding the current one. Inherited from TcxCustomGridTableController.
HasBandsCustomizationPopup
HasDragImages Inherited from TcxCustomGridController.
HasFilterMRUItemsPopup Inherited from TcxCustomGridTableController.
HasFilterPopup Inherited from TcxCustomGridTableController.
HasFocusedControls Inherited from TcxCustomGridController.
HasItemsCustomizationPopup Inherited from TcxCustomGridTableController.
HideFindPanel Hides the Find Panel. Inherited from TcxCustomGridTableController.
HideHint Inherited from TcxCustomGridController.
IMEComposition(TMessage) Inherited from TcxCustomGridController.
IMEStartComposition Inherited from TcxCustomGridController.
InitScrollBarsParameters Inherited from TcxCustomGridController.
IsClickableRecordHitTest(TcxCustomGridHitTest) Inherited from TcxCustomGridTableController.
IsDataFullyVisible(Boolean) Inherited from TcxCustomGridController.
IsFilterRowFocused Returns True when a filter row is displayed and focused in a (Banded) Table View. Inherited from TcxGridTableController.
IsFilterRowOperatorSupported(Integer,TcxFilterOperatorKind) Determines if a specific operator can be used to build a filter condition within the filter row for a given column. Inherited from TcxGridTableController.
IsFindPanelVisible Determines if the Find Panel is currently displayed. Inherited from TcxCustomGridTableController.
IsFinish Inherited from TcxCustomGridTableController.
IsNewItemRowFocused Returns True when a new item row is displayed and focused in a (Banded) Table View. Inherited from TcxGridTableController.
IsSpecialRowFocused Returns True when a utility row is displayed and focused in a (Banded) Table View. Inherited from TcxGridTableController.
IsStart Inherited from TcxCustomGridTableController.
KeyDown(Word,TShiftState) Inherited from TcxCustomGridController.
KeyPress(Char) Inherited from TcxCustomGridController.
KeyUp(Word,TShiftState) Inherited from TcxCustomGridController.
MakeFocusedItemVisible Scrolls the View contents to make the focused item visible. Inherited from TcxCustomGridTableController.
MakeFocusedRecordVisible Scrolls the View to make the focused record visible. Inherited from TcxCustomGridTableController.
MakeItemVisible(TcxCustomGridTableItem) Makes a specific item visible. Inherited from TcxCustomGridTableController.
MakeRecordVisible(TcxCustomGridRecord) Makes a specific record visible. Inherited from TcxCustomGridTableController.
MouseDown(TMouseButton,TShiftState,Integer,Integer) Inherited from TcxCustomGridController.
MouseMove(TShiftState,Integer,Integer) Inherited from TcxCustomGridController.
MouseUp(TMouseButton,TShiftState,Integer,Integer) Inherited from TcxCustomGridController.
ProcessDetailDialogChar(TcxCustomGridView,Word) Inherited from TcxCustomGridController.
ProcessDialogChar(Word) Inherited from TcxCustomGridController.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RefreshCustomizationForm Inherited from TcxCustomGridController.
Scroll(TScrollBarKind,TScrollCode,Integer) Scrolls the View contents. Inherited from TcxCustomGridController.
SelectAll Inherited from TcxCustomGridTableController.
SelectAllColumns Selects all columns within the (Banded) Table View’s currently selected records. Inherited from TcxGridTableController.
SelectAllRecords Inherited from TcxCustomGridTableController.
SelectCells(TcxGridColumn,TcxGridColumn,Integer,Integer) Selects specific cells within a (Banded) Table View. Inherited from TcxGridTableController.
SelectColumns(TcxGridColumn,TcxGridColumn) Selects specific columns within the (Banded) Table View’s currently selected records. Inherited from TcxGridTableController.
SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Inherited from TcxCustomGridController.
ShowEditFormCustomizationDialog Inherited from TcxGridTableController.
ShowFindPanel Invokes the Find Panel. Inherited from TcxCustomGridTableController.
ShowHint(TRect,TRect,string,Boolean,TFont,TcxCustomGridViewCellViewInfo) Inherited from TcxCustomGridController.
ShowRowLayoutCustomizationDialog Shows the dialog that allows a user to customize a Table View row layout. Inherited from TcxGridTableController.
StartDrag(TDragObject) Inherited from TcxCustomGridController.
StartDragAndDrop(TPoint) Inherited from TcxCustomGridController.
SupportsTabAccelerators(TcxCustomGridRecord) Inherited from TcxCustomGridTableController.
ToString Inherited from TObject.
UpdateScrollBars(Boolean) Inherited from TcxCustomGridController.
UseRightToLeftAlignment Inherited from TcxGridViewHandler.
WndProc(TMessage) Inherited from TcxCustomGridController.
See Also