<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Richedit Control > Richedit Control Commands > RTF_GetClass |
Description
When UI (User Interface) module starts, it try to load standard windows rich edit library. If success, this function will return the class name of the loaded rich edit control. Use this return string to create a new rich edit control inside your dialogs using CONTROL ADD command.
Syntax
s = RTF_GetClass
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples