DK for Delphi | GisClasses.TGIS_Bytes | Classes | Constructors | Methods | Properties
Helper class like TBytes, but with setting start position.
// Delphi type TGIS_Bytes = class end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_Bytes
| Name | Visibility | Description | |
|---|---|---|---|
| Create(Integer) | public | Create an object. | |
| Create(Pointer; Integer; Integer) | public | Create an object. | |
| Destroy | public | Destroy allocated memory. | |
| Name | Visibility | Description | |
|---|---|---|---|
| CopyFrom | public | Copy buffer to internal data. | |
| CopyTo | public | Copy internal data to the buffer. | |
| Dec | public | Decrement an integer value. | |
| Inc | public | Increment an integer value. | |
| ReadByte | public | Read a byte value. | |
| ReadDouble | public | Read a double value. | |
| ReadInt32 | public | Read an integer value. | |
| ReadSingle | public | Read a single value. | |
| ReadUInt32 | public | Read an integer value. | |
| ReadWord | public | Read a word value. | |
| ReallocMem | public | Realloc memory of an object. | |
| Recreate(Integer; Integer; Integer) | public | Recreate an object. | |
| Recreate(TBytes; Integer; Integer) | public | Recreate an object. | |
| Reset | public | Reset an object. | |
| WriteByte | public | Write byte value. | |
| WriteDouble | public | Write a double value. | |
| WriteInt32 | public | Write an integer value. | |