The IDLgrTextEdit::SetProperty procedure method sets the value of a property or group of properties for the text.

Syntax


Obj->[IDLgrTextEdit::]SetProperty[, PROPERTY=value]

Arguments


None

Keywords


The IDLgrTextEdit object class does not have properties of its own, but does inherit all of the properties of its superclasses. Any property listed under IDLgrText Properties that contains the word “Yes” in the “Set” column of the properties table can be set using this method. To set the value of a property, specify the property name as a keyword set equal to the appropriate property value.

Example


See IDLgrTextEdit::Delete and IDLgrTextEdit::Insert.

Version History


7.0.6

Introduced