HI_ShowAutoCompleteList

HI_ShowAutoCompleteList

%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

refId

Reference to a graphic object (reference variable).

refToColumn

Reference to the column, which must be of the Text type.

recordVal

Local 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