TextFrameDisplay Property |
Toggles the display of frames for text objects instead of displaying the text itself.
Signature
object.TextFrameDisplay
object
DatabasePreferences
The object or objects this property applies to.
TextFrameDisplay
Boolean; read-write
TRUE: Displays the frame around the extents of the text, but does not display the text itself.
FALSE: Displays the full text.
System variables
The value of this property is stored in the QTEXTMODE system variable.
Remarks
The initial value for this property is FALSE.
After you enable or disable this option, you must use the Regen method to update the display.
Comments? |