IDataGridBandBase

Description

The IDataGridBandBase interface contains basic properties and methods of the DataGrid component containers and columns.

Properties

   Property name Brief description
AutoWidth The AutoWidth property determines the value, that is to be used to autoadjust a container or a column width while the DataGrid component is resized.
CanSetVisible The CanSetVisible property determines whether it is possible to change visibility of component container or column.
ColumnIndex The ColumnIndex property returns the index of a column or a container at the current nesting level.
Columns The Columns property returns a collection of container child columns.
Fixed The Fixed property determines the fixed area, in which the object is located.
HeaderStyle The HeaderStyle property returns a formatting style of a container or column header.
Height The Height property returns a height of a container or of a column header.
Index The Index property returns a unique index of an object in the collection of containers or columns.
Left The Left property returns the space between a container left border or between a column and the DataGrid component left border.
Level The Level property returns an object nesting level.
Menu The Menu property determines the context menu that is called for in the area of container or column header.
MinWidth The MinWidth property determines a minimum width of container or column header.
Options The Options property returns additional object properties.
ParentBand The ParentBand property determines a parent object.
RootBand The RootBand property returns the very first (root) parent container.
RowIndex The RowIndex property returns the index of the row, that contains the object header.
Title The Title property determines text of a container or column header.
Top The Top property returns the space between a container upper border or between a column and the DataGrid component upper border.
TotalPopup The TotalPopup property determines the context menu that appears on clicking with additional mouse button in the area of totals of this object.
TotalStyle The TotalStyle property determines type of totals that are calculated for this object.
TotalValue The TotalValue property determines the value that is displayed in the object totals.
Visible The Visible property indicates whether this object is visible in a table.
Width The Width property determines container or column header width.

Properties inherited from IComponent

  Property name Brief description
The ComponentCount property returns the number of child components, located on the parent component.
The Components property returns a child component, the index of which is passed via the input parameter.
The Data property is used to store any custom data.
The Name property determines the component name.
The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion.

Methods

  Method name Brief description
Delete The Delete method deletes the object, for which it was called.
SetParentBand The SetParentBand method allows placing an object into container's specified positions.

See also:

ExtCtrls Assembly Interfaces