Data.Bind.Components.UnregisterListItemValueExpression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterListItemValueExpression(AClasses: TArray<TClass>);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterListItemValueExpression(System::DynamicArray<System::TClass> AClasses)/* 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

Unregisters the expression that is the value of a list control item.

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

The AClasses parameter specifies the array of expression classes.

The AFrameWorkExt parameter is a string that specifies the framework.

See Also