RTFMEMO

Description

RTFMEMO Methods and Properties in Alpha Anywhere.

Name
Description
RTFMEMO.STYLE Function

The RTF Memo Editor supports up to 8 different styles.

Methods

RTFMEMO.CENTER_JUSTIFY Method

The .CENTER_JUSTIFY() method center justifies text in an RTF memo object.

RTFMEMO.CUT Method

The .CUT() method deletes selected text from an RTF memo object and copies it to the clipboard.

RTFMEMO.DELETE Method

The .DELETE() method deletes selected text from an RTF memo object.

RTFMEMO.FULL_JUSTIFY Method

The .FULL_JUSTIFY() method full justifies text in an RTF memo object.

RTFMEMO.GET_CURSOR Method

The .GET_CURSOR() method returns the position of the cursor in an RTF Memo field.

RTFMEMO.GET_FONT Method

The .GET_FONT() method returns the Font_and_Size at the current cursor location.

RTFMEMO.GET_FONT_COLOR Method

The .GET_FONT_COLOR() method returns the font color at the current cursor location.

RTFMEMO.GET_JUSTIFICATION Method

The .GET_JUSTIFICATION() method full justifies text in an RTF memo object.

RTFMEMO.GET_STYLE Method

The .GET_STYLE() method returns the style at the current cursor location.

RTFMEMO.INSERT Method

The .INSERT() method inserts text at the current cursor position in an RTF Memo field.

RTFMEMO.INSERT_ELSEIF Method

The .INSERT_ELSEIF() method inserts an ELSEIF operator at the cursor location.

RTFMEMO.INSERT_ENDIF Method

The .INSERT_ENDIF() method inserts an ENDIF operator at the cursor location.

RTFMEMO.INSERT_IF Method

The .INSERT_IF() method inserts paired IF and ENDIF operators at the cursor location.

RTFMEMO.INSERT_IF_UNPAIRED Method

The .INSERT_IF_UNPAIRED() method inserts an IF operator at the cursor location.

RTFMEMO.INSERT_IFELSE Method

The .INSERT_IFELSE() method inserts a paired IFELSE and ENDIF operator at the cursor location.

RTFMEMO.INSERT_IFELSE_UNPAIRED Method

The .INSERT_IFELSE_UNPAIRED() method inserts an IFELSE operator at the cursor location.

RTFMEMO.INSERT_PAGEBREAK Method

The .INSERT_PAGEBREAK() method inserts a page break code into the RTF object at the cursor location.

RTFMEMO.LEFT_JUSTIFY Method

The .LEFT_JUSTIFY() method left justifies text in an RTF memo object.

RTFMEMO.PASTE Method

The .PASTE() method pastes from the clipboard into the RTF object at the cursor location.

RTFMEMO.RESET Method

The .RESET() method erases the text in an RTF memo object.

RTFMEMO.RIGHT_JUSTIFY Method

The .RIGHT_JUSTIFY() method right justifies text in an RTF memo object.

RTFMEMO.SELECT Method

The .SELECT() method selects text in an RTF field.

RTFMEMO.SET_CURSOR Method

The .SET_CURSOR() method sets the position of the cursor in an RTF Memo field.

RTFMEMO.SET_FONT Method

The .SET_FONT() method SETS the Font_and_Size at the current cursor location.

RTFMEMO.SET_STYLE Method

The .SET_STYLE() method sets the style for the next insertion into the RTF field.