System.TVarData.Reserved1

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

0: (Reserved1: Word;
case Integer of
0: (Reserved2, Reserved3: Word;
case Integer of
varSmallInt: (VSmallInt: SmallInt);
varInteger:  (VInteger: Integer);
varSingle:   (VSingle: Single);
varDouble:   (VDouble: Double);
varCurrency: (VCurrency: Currency);
varDate:     (VDate: TDateTime);
varOleStr:   (VOleStr: PWideChar);
varDispatch: (VDispatch: Pointer);
varError:    (VError: HRESULT);
varBoolean:  (VBoolean: WordBool);
varUnknown:  (VUnknown: Pointer);
varShortInt: (VShortInt: ShortInt);
varByte:     (VByte: Byte);
varWord:     (VWord: Word);
-1:          (VLongWord: Cardinal {deprecated 'use VUInt32'});
varUInt32:   (VUInt32: UInt32);
varInt64:    (VInt64: Int64);
varUInt64:   (VUInt64: UInt64);
varString:   (VString: Pointer);
varAny:      (VAny: Pointer);
varArray:    (VArray: PVarArray);
varByRef:    (VPointer: Pointer);
varUString:  (VUString: Pointer);
varRecord:   (VRecord: TVarRecord);
);
1: (VLongs: array[0..{$IFDEF CPU64BITS}4{$ELSE}2{$ENDIF}] of Integer);
);

C++

uint16_t Reserved1;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field public
System.pas
systvar.h
System TVarData

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.