Data.DBXPlatform.TDBXPlatform.ResizeWideStringBuilder
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXPlatform |
Delphi
class procedure ResizeWideStringBuilder(var Value: TDBXWideStringBuilder; Size: Integer); static; inline;
C++
static void __fastcall ResizeWideStringBuilder(TDBXWideStringBuilder &Value, int Size);
Description
Changes the dimension of a TDBXWideStringBuilder.
The ResizeWideStringBuilder static method changes the dimension of a TDBXWideStringBuilder, given through Value by Size.
Note: When resizing, the content is lost.