|
@@ -1498,11 +1498,6 @@ end;
|
|
|
|
|
|
class procedure TValue.Make(ABuffer: pointer; ATypeInfo: PTypeInfo; out result: TValue);
|
|
|
type
|
|
|
- PBoolean16 = ^Boolean16;
|
|
|
- PBoolean32 = ^Boolean32;
|
|
|
- PBoolean64 = ^Boolean64;
|
|
|
- PByteBool = ^ByteBool;
|
|
|
- PQWordBool = ^QWordBool;
|
|
|
PMethod = ^TMethod;
|
|
|
var
|
|
|
td: PTypeData;
|