%HI_ShowAutoCompleteList function


Function
%HI_ShowAutoCompleteList function shows AutoComplete List in the windows control of the Entry field type.
Declaration
%HI_ShowAutoCompleteList(
   INT in refId,
       in refToColumn,
       in recordVal
 )
Parameters
refIdReference to a graphic object (reference variable).
refToColumnReference to the column, which must be of the Text type.
recordValLocal variable of RECORD type. The definition of a structure must contain one column of TEXT type. 
Description
This function shows AutoComplete List with the items that are defined in the parameter _recordVal. The function is used only for Windows control of Entry field type.
Example of use
Napíšte komentár