%HI_InsertTextEF function


Function
The function inserts a text into current position of the windows control Text entry field (control function).
Declaration
%HI_InsertTextEF(
   INT in refEntryField,
   TEXT in text
 )

Parameters
refEntryField Reference to Entry field (reference variable).
text Text to be inserted.

Description
If several characters are selected in the windows control the inserted text will replace them.

Example:


Example
 %HI_InsertTextEF(_refEntryField,"will be inserted")

Napíšte komentár