TActiveLiteralColumn class
TActiveLiteralColumn represents a static text column that is bound to a field in a data source. The cells in the column will be displayed with static texts using the data indexed by DataField. You can customize the display by setting DataFormatString.
If DataField is not specified, the cells will be filled with Text.
If Encode is true, the static texts will be HTML-encoded.
This is the active counterpart to the TLiteralColumn control. For that purpose, if sorting is allowed, the header links/buttons are replaced by active controls.
Please refer to the original documentation of the TLiteralColumn for usage.