System.Bindings.Outputs.TValueRefConverterFactory.HasConverter
Delphi
class function HasConverter(const ConverterID: string): Boolean;
C++
__classmethod bool __fastcall HasConverter(const System::UnicodeString ConverterID);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TValueRefConverterFactory |
Description
Returns whether there is a converter for the given ID.
The HasConverter method returns whether there is an available converter for the given converter ID specified through the ConverterID
parameter.