Xbasic
RTFMEMO.GET_STYLE Function
Syntax
Style_Name as C = .GET_STYLE()
Description
The .GET_STYLE() method returns the style at the current cursor location.
Example
dim obj as P
obj = :Customer_Information:rtfmemofield.this
obj.rtf.insert_text("This is RTF text")
? obj.rtf.get_style()
= "Style 1"Limitations
Desktop applications only.
See Also