Class Hierarchy:
cObject

Mixin


Prompt_Button_MixinClass Definition
Properties
Integer
m_Prompt_Button_Mode
String
Prompt_Button_BitMap
String
Prompt_Button_Value
Functions and Procedures

Activating()
as of 15.1 we changed all deactivating/activating signatures to not return values (see windows.pkg / ComboForm / Activating for more)
Returns Integer
integer
Auto_Create_Prompt_Button()

Create_Prompt_Button(Integer CreateMode)
Create a prompt Button. This was created so the process of creating
a prompt button object can be augmented. This will normally get
called if a prompt object id exists for this object. However, you
can send this message yourself.
Avoid using this message - use the property Prompt_Button_Mode
0=auto, 1=make, 2=remove

Define_Prompt_Button_Mixin()

Form_Button_Notification(integer Item# integer Dummy)
Send prompt if object can be made the focus (or is the focus)
integer
Prompt_Button_Mode()

Set(integer iMode)

Set(integer bState)
These two messages are maintained for backwards compatibility. Avoid
using these. Use Prompt_Button_Mode instead