Multi-line text input.
Definition at line 2122 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions | |
FBMemo () | |
Constructor. | |
void | SetStrings (FBStringList *pLines) |
Set the content of the memo. | |
void | GetStrings (FBStringList *pLines) |
Get the content of the memo. |
FBMemo | ( | ) |
Constructor.
void SetStrings | ( | FBStringList * | pLines | ) |
Set the content of the memo.
pLines | Content of the memo from will be set to it. |
void GetStrings | ( | FBStringList * | pLines | ) |
Get the content of the memo.
pLines | Content of the memo will be copied to it. |