virtual void AllocStringBuffer(
u16 minLen
);
| Name | Description | |
|---|---|---|
| minLen | The length (in characters) of the text buffer to be allocated. |
Allocates the text buffer.
Does nothing when the length of the already allocated buffer is bigger than minLen.
CONFIDENTIAL