StringInterface_SetParameter
Синтаксис
StringInterface_SetParameter (HANDLE a_StringInterface, STRING a_Name, STRING a_Value)
Описание
Установка параметра объекта с помощью текстового интерфейса.
Параметры
a_StringInterface Дескриптор объекта.
a_Name Имя параметра.
a_Value Значение параметра.
Пример
text := OverlayElement_CreateOverlayElement_Create (“TextArea”, “Element_01”)
StringInterface_SetParameter (~text, “font”, “CoolFont”)
см. Класс StringInterfaceStringInterface
Created with the Personal Edition of HelpNDoc: Effortlessly Create High-Quality Help Documentation with a Help Authoring Tool