HI_ShowAutoCompleteList

HI_ShowAutoCompleteList

%HI_ShowAutoCompleteList function


Function

%HI_ShowAutoCompleteList function shows AutoComplete List in the windows control of Entry field type.

Declaration

%HI_ShowAutoCompleteList( INT in refId, in refToColumn, in recordVal )

Parameters

refId

Reference to graphic object (reference variable).

refToColumn

Reference to column, which must be of Text type.

recordVal

Local variable of RECORD type. Definition of 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