Class
Globals
QuickLinks
AddMenu,
Alert,
Alive,
AllocatePropVals,
AppendIntProp,
AppendMetricProp,
AppendStringProp,
AppendStringsProp,
AppendVal,
CMSAddMenuEntry,
CMSGetCmsIdFromName,
CMSLogin,
CMSRegister,
CallClient,
CallClientEx,
CheckStatus,
ChooseFile,
ClientDir,
ClientName,
ClientNumber,
CustomDoc,
DefineMenu,
DisconnectFromSession,
Emergency,
Err,
ErrorName,
Externalize,
FamilyFonts,
FileScrollBox,
GetEncodingForFamily,
GetEncodingForFont,
GetExportDefaultParams,
GetFontAngleValue,
GetFontFamilyValue,
GetFontVariationValue,
GetFontWeightValue,
GetImportDefaultParams,
GetIteratorDefaultParams,
GetKeyCatalog,
GetNewXMLDefaultParams,
GetOpenDefaultParams,
GetPropIndex,
GetSaveDefaultParams,
GetSupportedEncodings,
GetUpdateBookDefaultParams,
InitializationName,
IsDRL,
IsDataDifferentFromTemplateData,
IsEncodingSupported,
IsFileValid,
LoadMenuCustomizationFile,
LogFMPIPEvent,
MenuExists,
NewKeyCatalog,
NewXML,
Notification,
NotificationName,
Open,
PopClipboard,
PrintErrno,
PrintExportStatus,
PrintFAErrno,
PrintImportStatus,
PrintInitialization,
PrintNotification,
PrintOpenStatus,
PrintPropVal,
PrintPropVals,
PrintSaveStatus,
PrintTextItem,
PrintTextItems,
PrintUpdateBookStatus,
PromptInt,
PromptMetric,
PromptString,
PushClipboard,
RemoveMenu,
ReturnValue,
Run,
ScrollBox,
Service,
SetDdeInstance,
ShortcutExists,
ShutDown,
SimpleNewDoc,
SimpleOpen,
Sleep,
StringLen,
USleep,
UpdateMenus,
UserCancel,
WinInstallDefaultMessageFilter
Methods
Instances
int AddMenu (toMenu:
string, menu:
string, label:
string)
int Alert (message:
string, type:
int)
| Parameter | Type | Description |
| message | string | |
| type | int | |
int Alive (:
void)
| Parameter | Type | Description |
| void | |
PropVals AllocatePropVals (numProps:
int)
| Parameter | Type | Description |
| numProps | int | |
void AppendIntProp (pv:
PropVals, prop:
int, val:
int)
| Parameter | Type | Description |
| pv | PropVals | |
| prop | int | |
| val | int | |
void AppendMetricProp (pv:
PropVals, prop:
int, val:
int)
| Parameter | Type | Description |
| pv | PropVals | |
| prop | int | |
| val | int | |
void AppendStringProp (pv:
PropVals, prop:
int, val:
string)
void AppendStringsProp (pv:
PropVals, prop:
int, val:
Strings)
void AppendVal (pv:
PropVals, prop:
int, val:
TypedVal)
int CMSAddMenuEntry (menuId:
int, menuEntryp:
CMSMenuItem)
| Parameter | Type | Description |
| menuId | int | |
| menuEntryp | CMSMenuItem | |
CMSRegistration CMSGetCmsIdFromName (cmsName:
string)
| Parameter | Type | Description |
| cmsName | string | |
CMSSession CMSLogin (setVal:
IdValuePairs)
CMSRegistration CMSRegister (cmsName:
string)
| Parameter | Type | Description |
| cmsName | string | |
int CallClient (clname:
string, arg:
string)
TypedVals CallClientEx (clname:
string, arg:
string)
int CheckStatus (p:
PropVals, statusBit:
int)
| Parameter | Type | Description |
| p | PropVals | |
| statusBit | int | |
int ChooseFile (title:
string, directory:
string, stuffVal:
string, mode:
int, helpLink:
string)
string ClientDir (:
void)
| Parameter | Type | Description |
| void | |
string ClientName (_:
void)
| Parameter | Type | Description |
| _ | void | |
int ClientNumber (_:
void)
| Parameter | Type | Description |
| _ | void | |
Doc CustomDoc (width:
int, height:
int, numCols:
int, columnGap:
int, topMargin:
int, botMargin:
int, leftinsideMargin:
int, rightoutsideMargin:
int, sidedness:
int, makeVisible:
bool)
| Parameter | Type | Description |
| width | int | |
| height | int | |
| numCols | int | |
| columnGap | int | |
| topMargin | int | |
| botMargin | int | |
| leftinsideMargin | int | |
| rightoutsideMargin | int | |
| sidedness | int | |
| makeVisible | bool | |
Menu DefineMenu (name:
string, label:
string)
int DisconnectFromSession ()
void Emergency (:
void)
| Parameter | Type | Description |
| void | |
void Err (message:
string)
| Parameter | Type | Description |
| message | string | |
string ErrorName (i:
int)
| Parameter | Type | Description |
| i | int | |
int Externalize (srcDocId:
Object, objId:
Object, dstFolder:
string)
Fonts FamilyFonts (family:
int)
| Parameter | Type | Description |
| family | int | |
int FileScrollBox (title:
string, directory:
string)
string GetEncodingForFamily (family:
int)
| Parameter | Type | Description |
| family | int | |
string GetEncodingForFont (font:
Font)
| Parameter | Type | Description |
| font | Font | |
PropVals GetExportDefaultParams (:
void)
| Parameter | Type | Description |
| void | |
int GetFontAngleValue (angleName:
string)
| Parameter | Type | Description |
| angleName | string | |
int GetFontFamilyValue (familyName:
string)
| Parameter | Type | Description |
| familyName | string | |
int GetFontVariationValue (variationName:
string)
| Parameter | Type | Description |
| variationName | string | |
int GetFontWeightValue (weightName:
string)
| Parameter | Type | Description |
| weightName | string | |
PropVals GetImportDefaultParams ()
PropVals GetIteratorDefaultParams ()
KeyCatalog GetKeyCatalog (tag:
string)
| Parameter | Type | Description |
| tag | string | |
PropVals GetNewXMLDefaultParams ()
PropVals GetOpenDefaultParams ()
int GetPropIndex (propVals:
PropVals, propNum:
int)
| Parameter | Type | Description |
| propVals | PropVals | |
| propNum | int | |
PropVals GetSaveDefaultParams ()
Strings GetSupportedEncodings ()
PropVals GetUpdateBookDefaultParams ()
string InitializationName (i:
int)
| Parameter | Type | Description |
| i | int | |
bool IsDRL (drl:
string)
| Parameter | Type | Description |
| drl | string | |
bool IsDataDifferentFromTemplateData (templatePath:
string, templateDataProps:
PropVals)
bool IsEncodingSupported (encodingName:
string)
| Parameter | Type | Description |
| encodingName | string | |
bool IsFileValid (docOrBookId:
Object, silent:
bool)
| Parameter | Type | Description |
| docOrBookId | Object | |
| silent | bool | |
void LoadMenuCustomizationFile (pathname:
string, silent:
bool)
| Parameter | Type | Description |
| pathname | string | |
| silent | bool | |
int LogFMPIPEvent (category:
string, subcategory:
string, eventName:
string)
int MenuExists (menu:
string)
| Parameter | Type | Description |
| menu | string | |
KeyCatalog NewKeyCatalog (tag:
string)
| Parameter | Type | Description |
| tag | string | |
Object NewXML (newXMLParams:
PropVals, newXMLReturnParamspp:
PropVals)
int Notification (notification:
int, state:
int)
| Parameter | Type | Description |
| notification | int | |
| state | int | |
string NotificationName (i:
int)
| Parameter | Type | Description |
| i | int | |
Object Open (fileName:
string, openParams:
PropVals, openReturnParams:
PropVals)
int PopClipboard (:
void)
| Parameter | Type | Description |
| void | |
void PrintErrno (i:
int)
| Parameter | Type | Description |
| i | int | |
void PrintExportStatus (p:
PropVals)
void PrintFAErrno (_:
void)
| Parameter | Type | Description |
| _ | void | |
void PrintImportStatus (p:
PropVals)
void PrintInitialization (i:
int)
| Parameter | Type | Description |
| i | int | |
void PrintNotification (i:
int)
| Parameter | Type | Description |
| i | int | |
void PrintOpenStatus (p:
PropVals)
void PrintPropVal (p:
PropVal)
void PrintPropVals (p:
PropVals)
void PrintSaveStatus (p:
PropVals)
void PrintTextItem (textItem:
TextItem)
| Parameter | Type | Description |
| textItem | TextItem | |
void PrintTextItems (textItems:
TextItems)
void PrintUpdateBookStatus (p:
PropVals)
int PromptInt (message:
string, stuffVal:
string)
int PromptMetric (message:
string, stuffVal:
string, defaultunit:
int)
| Parameter | Type | Description |
| message | string | |
| stuffVal | string | |
| defaultunit | int | |
int PromptString (message:
string, stuffVal:
string)
void PushClipboard (:
void)
| Parameter | Type | Description |
| void | |
int RemoveMenu (fromMenu:
string, label:
string)
int ReturnValue (retvalue:
int)
| Parameter | Type | Description |
| retvalue | int | |
int Run (:
void)
| Parameter | Type | Description |
| void | |
int ScrollBox (title:
string, stringslist:
Strings, _default:
int)
| Parameter | Type | Description |
| title | string | |
| stringslist | Strings | |
| _default | int | |
int Service ()
int SetDdeInstance (ddeInstance:
int)
| Parameter | Type | Description |
| ddeInstance | int | |
int ShortcutExists (shortcut:
string)
| Parameter | Type | Description |
| shortcut | string | |
void ShutDown (_:
void)
| Parameter | Type | Description |
| _ | void | |
Doc SimpleNewDoc (templateName:
string, interactive:
int)
| Parameter | Type | Description |
| templateName | string | |
| interactive | int | |
Object SimpleOpen (fileName:
string, interactive:
int)
| Parameter | Type | Description |
| fileName | string | |
| interactive | int | |
int Sleep (seconds:
int)
| Parameter | Type | Description |
| seconds | int | |
int StringLen (s:
string)
| Parameter | Type | Description |
| s | string | |
int USleep (microseconds:
int)
| Parameter | Type | Description |
| microseconds | int | |
void UpdateMenus (:
void)
| Parameter | Type | Description |
| void | |
int UserCancel (:
void)
| Parameter | Type | Description |
| void | |
void WinInstallDefaultMessageFilter (:
void)
| Parameter | Type | Description |
| void | |