Platforms to show: All Mac Windows Linux Cross-Platform

BevelButtonClockGetDateDayMBS(theBevelControl as Bevelbutton) as integer
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The day of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockGetDateMonthMBS(theBevelControl as Bevelbutton) as integer
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The year of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockGetDateYearMBS(theBevelControl as Bevelbutton) as integer
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The year of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockGetTimeHourMBS(theBevelControl as Bevelbutton) as integer
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The hour of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockGetTimeMinuteMBS(theBevelControl as Bevelbutton) as integer
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The minute of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockGetTimeSecondMBS(theBevelControl as Bevelbutton) as integer
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The second of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockSetDateDayMBS(theBevelControl as Bevelbutton, value as integer)
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The day of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockSetDateMonthMBS(theBevelControl as Bevelbutton, value as integer)
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The year of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockSetDateYearMBS(theBevelControl as Bevelbutton, value as integer)
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The year of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockSetTimeHourMBS(theBevelControl as Bevelbutton, value as integer)
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The hour of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockSetTimeMinuteMBS(theBevelControl as Bevelbutton, value as integer)
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The minute of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonClockSetTimeSecondMBS(theBevelControl as Bevelbutton, value as integer)
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The second of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.

Some examples using this method:

BevelButtonControlHandleMBS(theBevelControl as Bevelbutton) as integer
global method, Controls, MBS REALbasic Mac Plugin (Controls), Plugin version: 4.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The Mac OS control handle for this bevelbutton.
Notes:
Returns 0 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
class Bevelbutton
class, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: An extension of Realbasic's internal control.
Notes:
The clock functions are hacks to REALbasic which uses undocumented functions.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
Bevelbutton.clockDateDayMBS as integer
method, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The day of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
(Read and Write computed property)
Bevelbutton.clockDateMonthMBS as integer
method, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The month of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
(Read and Write computed property)
Bevelbutton.clockDateYearMBS as integer
method, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The year of a Bevelbutton-Clock-Date-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
(Read and Write computed property)
Bevelbutton.clockTimeHourMBS as integer
method, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The hour of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
(Read and Write computed property)
Bevelbutton.clockTimeMinuteMBS as integer
method, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The minute of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
(Read and Write computed property)
Bevelbutton.clockTimeSecondMBS as integer
method, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The second of a Bevelbutton-Clock-Time-Control.
Notes:
If you set the bevel property of a bevelbutton to values like in the table below, you can mutate the bevelbuton in a clockcontrol.
210-Day:Month:Year
211-Month:Year
212-Hour:Minute
213-Hour:Minute:Second

Refresh the control after you set the values.
Returns -1 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
(Read and Write computed property)
Bevelbutton.ControlHandleMBS as integer
method, Controls, MBS REALbasic Mac Plugin (Controls), class Bevelbutton, Plugin version: 3.1, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: The Mac OS control handle for this bevelbutton.
Notes:
Returns 0 on any error.

This function does currently not work with the Mac Cocoa target of REALbasic. If you need it, please send in a feature request.
BevelButton.NSButtonMBS as NSButtonMBS
method, Controls, MBS REALbasic Cocoa Plugin (NSButton), class BevelButton, Plugin version: 9.7, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: Creates a NSButtonMBS object for the given control.
Example:
MsgBox BevelButton1.NSButtonMBS.className

Notes: This way you can manipulate Cocoa controls directly.

The items on this page are in the following plugins: MBS REALbasic Cocoa Plugin, MBS REALbasic Mac Plugin.




Links
MBS Filemaker Plugins - Pfarrgemeinde St. Arnulf Nickenich