MovableText_GetCaption
Синтаксис
MovableText_GetCaption (HANDLE a_MovableText, &STRING a_Caption)
Описание
Получение отображаемого текста.
Параметры
a_MovableText Дескриптор объекта.
a_Caption Строка, в которую будет записан текст.
Пример
movableText := MovableText_CreateMovableText_Create ("Text_01", "Hello, World!", "BaseFont")
// ...
MovableText_GetCaption (~movableText, ~caption)
см. Класс MovableTextMovableText
Created with the Personal Edition of HelpNDoc: Revolutionize Your Documentation Output with HelpNDoc's Stunning User Interface