Skip to content

DataPanelLeaf

Carlo Barazzetta edited this page Jan 20, 2017 · 1 revision

DataPanelLeaf

It is a base class for data panels that display record data in a List or Form controller. Delphi developers might think of them as more or less data-aware controllers. Among the controllers inherited from this one are the GridPanel and the ChartPanel.

This is an abstract class (called TKExtDataPanelLeafController) that you are never going to use directly. You use the inherited classes instead.

The DataPanelLeaf is a Panel, and as such it inherits all the features that are common to all panels.

Clone this wiki locally