|
« getcode getmark »
Object functions / getdt
getdt
getdt(objnum,name,dt)
returns additional data
Parameters
| objnum | object number |
| name | data name [parameters] |
| dt | data |
Table object
| Data name [parameters] | Description> |
| all | data array |
| colw colnum | colwidth in pixels |
Textbox object
| Data name [parameters] | Description> |
| caretpos | caret position in pixels from the beginning of the object <1,1> - x <1,2> - y |
| curcol | current cursor position in line |
| curline | current line text |
| curpos | current cursor position in text |
| findall flags,findtext | lines containing findtext (flags - [WHOLEWORD] [MATCHCASE] [REGEXP]) |
| findtext spos,epos,flags,findtext | <1,1> the fist position <1,2> the last position
(flags - [WHOLEWORD] [MATCHCASE] [REGEXP]) |
| len | numbers of positions in text |
| line num | line text |
| linecount | number of lines |
| linelen linenum | line length |
| linenum pos | line number |
| modify | 1 - modified, 2 - not |
| selpos | <1,1> the first selection position <1,2> the last selection position |
| seltext | selected text |
| spos linenum | the fist position in line |
All objects
| Data name [parameters] | Description> |
| winpos | <1> current position (in pixels, @vm delimited) <2> NORMAL position (in pixels, @vm delimited) <3> state: NORMAL, MIN, MAX |
See also
| do | executes an additional action |
« getcode getmark »
|
|