Data.Bind.Components.GetControlValueClasses

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

function GetControlValueClasses(const AFrameworkExt: string; FWritableOnly: Boolean): TArray<TComponentClass>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::Classes::TComponentClass> __fastcall GetControlValueClasses(const System::UnicodeString AFrameworkExt, bool FWritableOnly);

Description

Returns the control classes registered for a particular framework.

The GetControlValueClasses method gets the control classes registered for a particular framework specified through the AFrameworkExt parameter.

See Also