Data.Bind.Components.RegisterListItemValueExpression

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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