Data.Bind.Components.UnRegisterObservableMemberOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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 options associated with a control that is enabled for observing.

See Also