Data.Bind.Components.UnRegisterObservableMemberOptions

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

end;
procedure UnregisterObservableMemberOptions(AClasses: TArray<TClass>);

C++

extern DELPHI_PACKAGE void __fastcall UnRegisterObservableMemberOptions(System::DynamicArray<System::TClass> AClasses);

Description

Unregisters the options associated with a control that is enabled for observing.

See Also