Data.Bind.Components.GetControlValueClasses
| [–] 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
- Data.Bind.Components.GetControlValuePropertyName
- Data.Bind.Components.GetListItemValueExpression
- Data.Bind.Components.RegisterListItemValueExpression
- Data.Bind.Components.RegisterValuePropertyName
- Data.Bind.Components.UnregisterListItemValueExpression
- Data.Bind.Components.UnregisterValuePropertyName