Close

Relief for ODA Team in Ukraine

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

Returns the current read-only flag value of the text field. The read-only flag determines whether text field content can be edited (if its value is true) or not (if its value is false). 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 read-only flag value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.