User's Guide > User Interface: Dialogs > Textarea > Textarea Operations
Textarea Operations
Functions Introduced
Use the function ProUITextareaAnchorSet() to set the position of the Textarea with respect to a given anchor location. This function is applicable only if the parent of the Textarea is a drawing area.
Use the function ProUITextareaSizeSet() to set the size of the Textarea. This operation is applicable only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments width or height.
Use the function ProUITextareaMinimumsizeGet to retrieve the minimum size of the width and height of the textarea in pixels. Use this function only if the parent is a drawing area.
Use the function ProUITextareaPositionGet() to get the position of the Textarea with respect to its parent. This operation is applicable only if the parent is a drawing area.
Use the function ProUITextareaPositionSet() to set the position to the Textarea with respect to its parent. This operation is applicable only if the parent is a drawing area.
Use the function ProUITextareaSizeGet() to get the size of the Textarea. This operation is applicable only if the parent is a drawing area.
Was this helpful?