Class TSerializedArray
Unit
BGRADNetDeserial
Declaration
type TSerializedArray = class(TCustomSerializedObject)
Description
Information about a serialized .NET array
Hierarchy
Overview
Fields
Methods
Properties
|
property ItemPtr[Index: LongWord]: pointer read GetItemPtr; |
|
property ItemSize: LongWord read FItemSize; |
Description
Fields
|
dimensions: array of LongWord; |
This item has no description. |
|
itemType: TFieldType; |
This item has no description. |
|
nbItems: LongWord; |
This item has no description. |
Methods
|
destructor Destroy; override; |
This item has no description. |
|
function GetFieldAsString(Index: LongWord): string; override; |
This item has no description. |
|
function GetFieldCount: LongWord; override; |
This item has no description. |
|
function GetFieldName(Index: LongWord): string; override; |
This item has no description. |
|
function GetFieldTypeAsString(Index: LongWord): string; override; |
This item has no description. |
|
function GetTypeAsString: string; override; |
This item has no description. |
|
function IsReferenceType(index: LongWord): boolean; override; |
This item has no description. |
Properties
|
property ItemPtr[Index: LongWord]: pointer read GetItemPtr; |
This item has no description. |
|
property ItemSize: LongWord read FItemSize; |
This item has no description. |