Module Prmpbtmx.pkg
************************************************************************
Confidential Trade Secret.
Copyright (c) 1997 Data Access Corporation, Miami Florida
as an unpublished work. All rights reserved.
DataFlex is a registered trademark of Data Access Corporation.
************************************************************************
************************************************************************
$File name : PrmpBtMx.Pkg
$File title : Prompt buttom mixin class
Notice :
$Author(s) : John Tuohy
$Rev History
12/19/97 JJT - changed order of setting form_button_Value and form_button so value
is set first. After button is paged, value does not change (fixed IDE problem)
8/13/97 JJT - Changed interface for prompt button
?/??/?? JJT - File Created
************************************************************************
Public mixin interface:
Get/Set Prompt_Button_Mode to PB_PromptAuto | PB_PromptOn | PB_PromptOff
Get/Set Prompt_Button_Value to String default="..."
Get/Set Prompt_Button_Bitmap to BitmapName
Prmpbtmx.pkg (view source)- import declarations
- Prompt_Button_Mixin : Mixin
- Define_Prompt_Button_Mixin()
- StringPrompt_Button_Value
- StringPrompt_Button_BitMap
- Integerm_Prompt_Button_Mode
- Set(integer iMode)
- integerPrompt_Button_Mode()
- Set(integer bState)
These two messages are maintained for backwards compatibility. Avoid
using these. Use Prompt_Button_Mode instead
- 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
- IntegerObj
- IntegerFg
- Integertsz
- Integersz
- IntegerCreate
- Form_Button_Notification(integer Item# integer Dummy)
Send prompt if object can be made the focus (or is the focus)
- Integerrval
- Activating()
as of 15.1 we changed all deactivating/activating signatures to not return values (see windows.pkg / ComboForm / Activating for more)
Returns Integer
- IntegeriMode
- IntegeriRet
References (2):
Field References (0):
Module | Containing Symbol | Line |
---|