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