DK11 for Delphi | GisClasses.TGIS_Bytes.Recreate | Overloads | Constructors | Methods | Properties
Recreate an object.
// Delphi public procedure Recreate( const _mem : TBytes; const _pos : Integer; const _size : Integer ); overload;
// C++ Builder public: void Recreate( TBytes* const _mem, const int _pos, const int _size ) /* overload */;
Name | Type | Description |
---|---|---|
_mem | TBytes | new parameter of the object |
_pos | Integer | new parameter of the object |
_size | Integer | new parameter of the object |