Data.Bind.Components.RegisterListItemValueExpression

From RAD Studio API Documentation

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

procedure RegisterListItemValueExpression(AClasses: TArray<TClass>; const AExpression: string;
const AHeaderExpression: string);

C++

extern DELPHI_PACKAGE void __fastcall RegisterListItemValueExpression(System::DynamicArray<System::TClass> AClasses, const System::UnicodeString AExpression, const System::UnicodeString AHeaderExpression = System::UnicodeString())/* overload */;

Description

Registers the expression that is the value of the list control item.

The RegisterListItemValueExpression method registers the expression that is the value of the list control item. There are two RegisterListItemValueExpression overloaded methods, each one accepting different parameters.

The AClass or AClasses parameter specifies the expression class or array of classes.

The AExpression parameter specifies the binding expression in textual format.

The AFrameWorkExt parameter is a string that specifies the framework.

See Also