Creation/Dev/Script/Client/GuiTabCtrlEntry: Difference between revisions

From Graal Bible
mNo edit summary
 
(reformat)
Line 1: Line 1:
<pre>
Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]].
  GuiTabCtrlEntry (TGraalVar):
 
    hint - string
=Variables=
    id - integer
{| border="1" cellpadding="2" width="100%"
    text - string
| '''Name'''
    gettext() - returns string
| '''Type'''
    settext(str)
| '''Description'''
|-
| hint
| string
| Hint text
|-
| id
| integer
|
|-
| text
| string
| Caption text
|}
 
=Functions=
{| border="1" cellpadding="2" width="100%"
| '''Name'''
| '''Return Type'''
| '''Description'''
|-
| gettext()
| string
| Gets current caption text
|-
| settext(str)
|
| Sets current caption text
|}
</pre>
</pre>

Revision as of 17:20, 2 February 2006

Inherits TGraalVar.

Variables

Name Type Description
hint string Hint text
id integer
text string Caption text

Functions

Name Return Type Description
gettext() string Gets current caption text
settext(str) Sets current caption text