Синтаксис

StringInterface_GetParameter (HANDLE a_StringInterface, STRING a_Name, STRING a_Value)


Описание

Получение параметра объекта с помощью текстового интерфейса.


Параметры

a_StringInterface        Дескриптор объекта.

a_Name        Имя параметра.

a_Value        Строка, в которую будет записано значение параметра.


Пример

text := OverlayElement_CreateOverlayElement_Create (“TextArea”, “Element_01”)

StringInterface_GetParameter (~text, “font”, ~fontName)


см. Класс StringInterfaceStringInterface 

Created with the Personal Edition of HelpNDoc: Easy EBook and documentation generator