System.Bindings.Outputs.TValueRefConverterFactory.GetConverter
Delphi
class function GetConverter(ConverterIDs: TArray<string>): TValueRefConverter;
C++
__classmethod TValueRefConverter* __fastcall GetConverter(System::DynamicArray<System::UnicodeString> ConverterIDs);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TValueRefConverterFactory |
Description
Instantiates a TValueRefConverter.
The GetConverter method instantiates a TValueRefConverter. GetConverter returns a TValueRefConverter, which may contain several converters determined by the given parameters.
Call GetConverter with the following parameter:
Parameter | Meaning |
ConverterIDs
|
Array of IDs used to filter which conversions are available in the returned converter. |