Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdTextField::getMultiline Method
Syntax
C++
void getMultiline(bool& state) const;

Returns the current multiline flag value of the text. This flag determines whether the text field content can be divided into several lines. If the flag is equal to true, the text field can contain several lines, otherwise text field content is in a single line. The method fills a passed boolean value with the current flag value and returns it to a calling subroutine. 

 

Parameters
Description
state
[out] A placeholder for the multiline flag value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.