StringInterface_GetParameterName
Синтаксис
StringInterface_GetParameterName (HANDLE a_StringInterface, FLOAT a_Index, STRING a_Name)
Описание
Получение имени параметра текстового интерфейса по индексу.
Параметры
a_StringInterface Дескриптор объекта.
a_Index Индекс параметра.
a_Name Строка, в которую будет записано имя параметра.
Пример
text := OverlayElement_CreateOverlayElement_Create (“TextArea”, “Element_01”)
StringInterface_GetParameterName (~text, 0, ~name)
см. Класс StringInterfaceStringInterface
Created with the Personal Edition of HelpNDoc: Ensure High-Quality Documentation with HelpNDoc's Hyperlink and Library Item Reports