Class: Prompt_Button_Mixin

Module location: Prmpbtmx.pkg line 36 (view source)

Class Hierarchy:

cObjectMixinPrompt_Button_Mixin

Class Definition

Properties

Integerm_Prompt_Button_Mode
StringPrompt_Button_BitMap
StringPrompt_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
integerAuto_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)
integerPrompt_Button_Mode()
Set(integer iMode)
Set(integer bState)
These two messages are maintained for backwards compatibility. Avoid using these. Use Prompt_Button_Mode instead