ShellBrowser Delphi Components Documentation
|
class to efficiently create a large PWideChar string.
TWideStringBuilder = class;
|
Name |
Description |
|
Constructor of a TWideStringBuilder component | |
|
Destructor of a TWideStringBuilder component |
|
Name |
Description |
|
Append a string to the existing buffer. | |
|
Append a string list to the existing buffer. |
|
Name |
Description |
|
If this property is set to true, each call to Append() will add a #0 character to the appended string. | |
|
Returns the size in Bytes of the current buffer. | |
|
Returns a pointer to the existing buffer. |