Data.Bind.Components.UnregisterListItemValueExpression

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 UnregisterListItemValueExpression(AClasses: TArray<TClass>);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterListItemValueExpression(System::DynamicArray<System::TClass> AClasses)/* overload */;

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