Data.Bind.Components.GetControlValueClasses

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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