Data.Bind.Components.UnregisterValuePropertyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterValuePropertyName(AClasses: TArray<TClass>);

C++

extern DELPHI_PACKAGE void __fastcall UnRegisterValuePropertyName(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 property that is the value of a control.

The UnregisterValuePropertyName method unregisters the property that is the value of a control. There are two UnregisterValuePropertyName 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