Class TDynamicType

Unit

Declaration

type TDynamicType = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Public constructor Create(DestMem, DestPos: PPChar; ASize: PInteger);
Public procedure AssureSpace(ASize: Integer);
Public procedure Resize(NewSize: Integer; Exact: Boolean);
Public procedure Rewind;
Public procedure Append(Source: PChar; Length: Integer);
Public procedure AppendInteger(Source: Integer);

Properties

Public property Memory: PPChar read FMemory;
Public property MemoryPos: PPChar read FMemoryPos;
Public property Size: PInteger read FSize;

Description

Methods

Public constructor Create(DestMem, DestPos: PPChar; ASize: PInteger);

This item has no description.

Public procedure AssureSpace(ASize: Integer);

This item has no description.

Public procedure Resize(NewSize: Integer; Exact: Boolean);

This item has no description.

Public procedure Rewind;

This item has no description.

Public procedure Append(Source: PChar; Length: Integer);

This item has no description.

Public procedure AppendInteger(Source: Integer);

This item has no description.

Properties

Public property Memory: PPChar read FMemory;

This item has no description.

Public property MemoryPos: PPChar read FMemoryPos;

This item has no description.

Public property Size: PInteger read FSize;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.