Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetSetter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetSetter(Param: TDSProxyParameter): string; virtual;

C++

HIDESBASE virtual System::UnicodeString __fastcall GetSetter(Datasnap::Dscommonproxy::TDSProxyParameter* Param);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Beschreibung

Gibt einen String mit dem Setter-Namen des angegebenen Delphi-Typs zurück.

Die Methode GetSetter gibt einen String mit dem Setter-Namen des in Param angegebenen Delphi-Typs zurück.

Die möglichen Rückgabewerte sind in der folgenden Tabelle aufgeführt:

Parameter Rückagabewert

Unbekannter Parametertyp

'Cannot Set Setter for DataType UNKNOWN'

TDBXDataTypes.AnsiStringType

'SetAsAnsiString'

TDBXDataTypes.DateType

'SetAsTDBXDate'

TDBXDataTypes.BlobType

'SetAsBlob'

TDBXDataTypes.BooleanType

'SetAsBoolean'

TDBXDataTypes.Int16Type

'SetAsInt16'

TDBXDataTypes.Int32Type

'SetAsInt32'

TDBXDataTypes.DoubleType

'SetAsDouble'

TDBXDataTypes.BcdType

'SetAsBcd'

TDBXDataTypes.BytesType

'SetAsBytes'

TDBXDataTypes.TimeType

'SetAsTDBXTime'

TDBXDataTypes.DatetimeType

'SetAsDateTime'

TDBXDataTypes.UInt16Type

'SetAsUInt16'

TDBXDataTypes.UInt32Type

'SetAsUInt32'

TDBXDataTypes.Int64Type

'SetAsInt64'

TDBXDataTypes.UInt64Type

'SetAsUInt64'

TDBXDataTypes.TableType

'SetAsTable'

TDBXDataTypes.TimeStampType

'SetAsTimeStamp'

TDBXDataTypes.CurrencyType

'SetAsCurrency'

TDBXDataTypes.WideStringType

'SetAsString'

TDBXDataTypes.SingleType

'SetAsSingle'

TDBXDataTypes.Int8Type

'SetAsInt8'

TDBXDataTypes.UInt8Type

'SetAsUInt8'

TDBXDataTypes.ObjectType

'SetAsObject'

TDBXDataTypes.BinaryBlobType

'SetAsStream'

TDBXDataTypes.JsonValueType

'SetAsJSONValue'

TDBXDataTypes.MaxBaseType

'<NOT SUPPORTED MaxBase>'

Andere TDBXDataTypes

'<WARNING! Type 'TDBXDataTypes TypeName' is not supported>'

Siehe auch