#include <C_Text_Edit.h>
Public Member Functions | |
| C_Text_Edit (void) | |
| The constructor. | |
| ~C_Text_Edit (void) | |
| The Destructor. | |
| void | Clear () |
| Clear the text edit Set the text to "". | |
| void | SetText (char *Text) |
| Show a text into the edit. | |
| void | Link (HWND hwnd) |
| Associate the class to the element You MUST use Link before use any other members of the class. | |
| void | SetMaxLength (int MaxLength) |
| Set the length maximum of the string. | |
| void | SetPosition (int x, int y, int cx, int cy) |
| Set the position of the edit. | |
| void | SetRO (bool state) |
| Set read-only. | |
| char * | GetText () |
| Get the text from the text edit. | |
If you want to use an text edit, you MUST use this class (modifi it if you need)
|
|
The constructor. Do nothing |
|
|
The Destructor. Do nothing |
|
|
Clear the text edit Set the text to "".
|
|
|
Get the text from the text edit.
|
|
|
Associate the class to the element You MUST use Link before use any other members of the class.
|
|
|
Set the length maximum of the string. Set the number of char maximum that the control can contain
|
|
||||||||||||||||||||
|
Set the position of the edit.
|
|
|
Set read-only.
|
|
|
Show a text into the edit.
|
1.3