TcxGridViewHandler Class
The base class for View handlers.
Declaration
TcxGridViewHandler = class(
TcxInterfacedPersistent
)
Remarks
TcxGridViewHandler
is a base class for descendants which return View information. When creating a TcxGridViewHandler
object, a View (TcxCustomGridView) is passed as a constructor parameter. TcxGridViewHandler
declares a number of attributes used to retrieve the corresponding properties of a View.
TcxGridViewHandler
is a base class for the following classes:
- TcxCustomGridController
- Represents the base class for a View’s controller.
- TcxCustomGridViewData
- Represents the base class for classes providing data to a View.
- TcxCustomGridPainter
- The painter that paints a grid control based on ViewInfo information generated by the
TcxCustomGridViewInfo
class. - TcxCustomGridViewInfo
- Contains the ViewInfo information about grid View elements.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxGridViewHandler
See Also