Control Object Properties
FindText Control RTF Word processor Find option
 

The 'FindText property is a +PxPlus Exclusive

Description This property controls access to the FIND text dialogue box within the RTF Word processor control. When this control is set to 1, the user can press CTRL-F to initiate a find within the control. Setting the control to 0, disables CTRL-F. This property also controls the F3 key for Find Next.

If desired, the property can be set to 2 which will cause the Find dialogue box to be initiated under program control.



* Note * The Find logic within the system uses a common buffer for the Find string throughout the session. This means that when the Find dialog is initiated it will default to the string last found within the same session.


Default The default setting is 1 (CTRL-F enabled)
   
Used by MULTI_LINE (RTF wordprocessing style)