
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
1.30
6-30
iLine
in
The vertical position (0..number of lines
defined with
MMI_CreateTextDialog)
sText
in
The text string to display
lValid
in
Determines if the value should be shown as
valid. If
lValid = TRUE
the value
sText
is displayed, otherwise the symbols
for invalid values are displayed.
Return-Codes
RC_OK
Successful termination.
BAS_NO_DLG_EXIST
No dialog exists for this operation.
See Also
MMI_InputStr
Example
The example uses the
MMI_PrintStr
routine to print the text
string „Hello World“ in the first line on row 2 of the actual text
dialog.
MMI_
PrintStr( 2, 0, "Hello World", TRUE )
6.1.19 MMI_PrintTok
Description
Print a string on a text dialog.
Declaration
MMI_PrintTok(
BYVAL iColumn AS Integer,
BYVAL iLine
AS Integer,
BYVAL sText
AS _Token )
Remarks
The text token
sText
is placed on position
iColumn
and
iLine
on the text dialog. Too long text strings are truncated,
illegal co-ordinates are adjusted. This routine may be used instead
of
MMI_PrintStr
to support internationalisation of multiple
language applications.
Note
A text dialog must already exist.
Parameters
iColumn
in
The horizontal position (0..28)
iLine
in
The vertical position (0..number of lines
defined with
MMI_CreateTextDialog)
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...