// Button identifier for ShowNativeMessageBox constint SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK = 1;
class VCL_PLUGIN_PUBLIC SalSystem
{ public: virtual ~SalSystem();
// get info about the display
/* Gets the number of active screens attached to the display
@returnsthenumberofactivescreens
*/ virtualunsignedint GetDisplayScreenCount() = 0; /* Queries the default screen number. The default screen is the screenonwhichwindowswillappearifnospecialpositioning ismade.
@returnsthedefaultscreennumber
*/ virtualunsignedint GetDisplayBuiltInScreen() { return0; } /* Gets relative position and size of the screens attached to the display
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.