PB12.5系统函数对应的DLL及DLL内部函数名

温柔似野鬼°
524次浏览
2020年07月28日 21:34
最佳经验
本文由作者推荐

钟的组词-掴怎么读

function double abs(double v) system library "" alias for "fnAbs"
function double acos(double v) system library "" alias for "fnArcCos"
function unsignedinteger asc(readonly string s) system library "" alias for "fnAsc"
function integer asca(readonly string s) system library "" alias for "fnAscA"
function double asin(double v) system library "" alias for "fnArcSin"
function double atan(double v) system library "" alias for "fnArcTan"
function integer beep(integer count) system library "" alias for "fnBeep"
function blob blob(any stringorbyetarray) system library "" alias for "fnBlob"
function blob blob(string s, encoding e) system library "" alias for "fnBlob"
function unsignedlong blobedit(ref blob b, unsignedlong o, any v) system library "" alias for "fnBlobEdit"
function unsignedlong blobedit(ref blob b, unsignedlong o, any v, encoding e) system library "" alias for "fnBlobEdit"
function blob blobmid(blob b, unsignedlong o) system library "" alias for "fnBlobMid"
function blob blobmid(blob b, unsignedlong o, unsignedlong c) system library "" alias for "fnBlobMid"
function byte byte(any v) system library "" alias for "fnByte"
function double ceiling(double v) system library "" alias for "fnCeiling"
function character char(any v) system library "" alias for "fnChar"
function character chara(any v) system library "" alias for "fnCharA"
function integer changedirectory(string d) system library "" alias for "fnChangeDirectory"
function integer choosecolor(ref long l) system library "" alias for "fnChooseColor"
function integer choosecolor(ref long l, ref long c) system library "" alias for "fnChooseColor"
function string classname(readonly any v) system library "" alias for "fnClassName"
function string clipboard() system library "" alias for "fnClipboardSys"
function string clipboard(string s) system library "" alias for "fnClipboardSys"
function integer close(window o) system library "" alias for "fnCloseWnd"
function integer closewithreturn(window o, string r) system library "" alias for "fnCloseWithReturn"
function integer closewithreturn(window o, double r) system library "" alias for "fnCloseWithReturn"
function integer closewithreturn(window o, powerobject r) system library "" alias for "fnCloseWithReturn"
function integer closechannel(long h) system library "" alias for "fnCloseChannel"
function integer closechannel(long h, long w) system library "" alias for "fnCloseChannel"
function string commandparm() system library "" alias for "fnCommandParm"
function double cos(double v) system library "" alias for "fnCos"
function long cpu() system library "" alias for "fnC
PU"
function integer createdirectory(string d) system library "" alias for "fnCreateDirectory"
function date date(any v) system library "" alias for "fnDate"
function date date(integer y, integer m, integer d) system library "" alias for "fnDate"
function datetime datetime(any v) system library "" alias for "fnDateTime"
function datetime datetime(date d, time t) system library "" alias for "fnDateTime"
function integer day(date d) system library "" alias for "fnDay"
function string dayname(date d) system library "" alias for "fnDayName"
function integer daynumber(date d) system library "" alias for "fnDayNumber"
function long daysafter(date d1, date d2) system library "" alias for "fnDaysAfter"
function debugbreak() system library "" alias for "rt_debug_break"
function decimal dec(any v) system library "" alias for "fnDec"
function boolean directoryexists(string d) system library "" alias for "fnDirectoryExists"
function integer doscript(string s, ref string r) system library "" alias for "fnDoScript"
function double double(any v) system library "" alias for "fnDouble"
function dragobject draggedobject() system library "" alias for "fnDraggedObject"
function integer execremote(string c, long c) system library "" alias for "fnExecRemote"
function integer execremote(string c, long c, long w) system library "" alias for "fnExecRemote"
function integer execremote(string c, string a, string t) system library "" alias for "fnExecRemote"
function double exp(double v) system library "" alias for "fnExp"
function double fact(double v) system library "" alias for "fnFact"
function integer fileclose(integer f) system library "" alias for "fnFileClose"
function integer filecopy(string s, string t) system library "" alias for "fnFileCopy"
function integer filecopy(string s, string t, boolean a) system library "" alias for "fnFileCopy"
function boolean filedelete(string f) system library "" alias for "fnFileDelete"
function encoding fileencoding(string f) system library "" alias for "fnFileEncoding"
function boolean fileexists(string f) system library "" alias for "fnFileExists"
function long filelength(string f) system library "" alias for "fnFileLength"
function longlong filelength64(string f) system library "" alias for "fnFileLength64"
function integer filemove(string s, string t) system library "" alias for "fnFileMove"
function integer fileopen(string f) system library "" alias for "fnFileOpen"
function integer fileopen(string f, filemode m) system library "" alias for "fnFileOpen"
function integer fileopen(string f, filemode m, fileaccess a) system library "" alias for "fnFile
Open"
function integer fileopen(string f, filemode m, fileaccess a, filelock l) system library "" alias for "fnFileOpen"
function integer fileopen(string f, filemode m, fileaccess a, filelock l, writemode w) system library "" alias for "fnFileOpen"
function integer fileopen(string f, filemode m, fileaccess a, filelock l, writemode w, encoding e) system library "" alias for "fnFileOpen"
function integer fileread(integer f, ref blob b) system library "" alias for "fnFileRead"
function integer fileread(integer f, ref string s) system library "" alias for "fnFileRead"
function long filereadex(integer f, ref blob b) system library "" alias for "fnFileReadEx"
function long filereadex(integer f, ref string s) system library "" alias for "fnFileReadEx"
function long filereadex(integer f, ref blob b, unsignedlong l) system library "" alias for "fnFileReadEx"
function long fileseek(integer f, long p) system library "" alias for "fnFileSeek"
function longlong fileseek64(integer f, longlong p) system library "" alias for "fnFileSeek64"
function long fileseek(integer f, long p, seektype s) system library "" alias for "fnFileSeek"
function longlong fileseek64(integer f, longlong p, seektype s) system library "" alias for "fnFileSeek64"
function integer filewrite(integer f, blob s) system library "" alias for "fnFileWrite"
function integer filewrite(integer f, string s) system library "" alias for "fnFileWrite"
function long filewriteex(integer f, blob s) system library "" alias for "fnFileWriteEx"
function long filewriteex(integer f, string s) system library "" alias for "fnFileWriteEx"
function long filewriteex(integer f, blob s, unsignedlong l) system library "" alias for "fnFileWriteEx"
function string fill(readonly string f, long n) system library "" alias for "fnFill"
function garbagecollect() system library "" alias for "ot_GarbageCollect"
function long garbagecollectgettimelimit() system library "" alias for "ot_GarbageCollectGetTimeLimit"
function long garbagecollectsettimelimit(long newtimeinmilliseconds) system library "" alias for "ot_GarbageCollectSetTimeLimit"
function application getapplication() system library "" alias for "fnGetApplication"
function integer getbyte(blob b, unsignedlong o, ref byte v) system library "" alias for "fnGetByte"
function any getbytearray(blob input) system library "" alias for "fnGetByteArray"
function integer getcommanddde(ref string t) system library "" alias for "fnGetCommandDDE"
function integer getcommandddeorigin(ref string a) system library "" alias for "fnGetCommandDDEOrigin"
function string getcurrentdirectory() system library "" alias for "fnGetCurrentDirectory"
function integer getdatadd
e(ref string s) system library "" alias for "fnGetDataDDE"
function integer getdataddeorigin(ref string a, ref string t, ref string i) system library "" alias for "fnGetDataDDEOrigin"
function integer getenvironment(ref environment e) system library "" alias for "fnGetEnvironment"
function integer getfileopenname(string t, ref string p, ref string f) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x, string l) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x, string l, string d) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x, string l, string d, unsignedlong o) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x, string l) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x, string l, string d) system library "" alias for "fnGetFileOpenName"
function integer getfileopenname(string t, ref string p, ref string f, string x, string l, string d, unsignedlong o) system library "" alias for "fnGetFileOpenName"
function integer getfilesavename(string t, ref string p, ref string f) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x, string l) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x, string l, string d) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x, string l, string d, unsignedlong o) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x, string l) system library "" alias f
or "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x, string l, string d) system library "" alias for "fnGetFileSaveName"
function integer getfilesavename(string t, ref string p, ref string f, string x, string l, string d, unsignedlong o) system library "" alias for "fnGetFileSaveName"
function graphicobject getfocus() system library "" alias for "fnGetFocus"
function integer getfolder(string t, ref string d) system library "" alias for "fnGetFolder"
function integer getremote(string l, ref string t, long c) system library "" alias for "fnGetRemote"
function integer getremote(string l, ref string t, long c, boolean b) system library "" alias for "fnGetRemote"
function integer getremote(string l, ref string t, long c, long w) system library "" alias for "fnGetRemote"
function integer getremote(string l, ref string t, long c, long w, boolean b) system library "" alias for "fnGetRemote"
function integer getremote(string l, ref string t, string a, string p) system library "" alias for "fnGetRemote"
function integer getremote(string l, ref string t, string a, string p, boolean b) system library "" alias for "fnGetRemote"
function long handle(application a, boolean p) system library "" alias for "fnHandle"
function long handle(powerobject p) system library "" alias for "fnHandle"
function integer hour(time t) system library "" alias for "fnHour"
function integer idle(integer s) system library "" alias for "fnIdle"
function integer int(double v) system library "" alias for "fnInt"
function integer inthigh(long v) system library "" alias for "fnIntHigh"
function integer intlow(long v) system library "" alias for "fnIntLow"
function integer integer(any v) system library "" alias for "fnInteger"
function boolean isdate(string d) system library "" alias for "fnIsDate"
function boolean isnull(readonly any a) system library "" alias for "fnIsNull"
function boolean isnumber(string n) system library "" alias for "fnIsNumber"
function boolean istime(string t) system library "" alias for "fnIsTime"
function boolean isvalid(powerobject o) system library "" alias for "fnIsValid"
function boolean keydown(integer k) system library "" alias for "fnKeyDown"
function boolean keydown(keycode k) system library "" alias for "fnKeyDown"
function long lastpos(readonly string s1, readonly string s2) system library "" alias for "fnLastPos"
function long lastpos(readonly string s1, readonly string s2, long s) system library "" alias for "fnLastPos"
function string left(readonly string s, long n) system library "" alias for "fnLeft"
function string lefttrim(readonly string s) system library "pbvm125
.dll" alias for "fnLeftTrim"
function string lefttrim(readonly string s, boolean removealltypespaces) system library "" alias for "fnLeftTrim"
function long len(blob b) system library "" alias for "fnLen"
function long len(string s) system library "" alias for "fnLen"
function integer librarycreate(string l) system library "" alias for "fnLibraryCreate"
function integer librarycreate(string l, string c) system library "" alias for "fnLibraryCreate"
function integer librarydelete(string l) system library "" alias for "fnLibraryDelete"
function integer librarydelete(string l, string e, libimporttype t) system library "" alias for "fnLibraryDelete"
function string librarydirectory(string l, libdirtype t) system library "" alias for "fnLibraryDirectory"
function string librarydirectoryex(string l, libdirtype t) system library "" alias for "fnLibraryDirectoryEx"
function string libraryexport(string l, string e, libexporttype t) system library "" alias for "fnLibraryExport"
function integer libraryimport(string l, string e, libimporttype t, string s, ref string r) system library "" alias for "fnLibraryImport"
function integer libraryimport(string l, string e, libimporttype t, string s, ref string r, string c) system library "" alias for "fnLibraryImport"
function double log(double v) system library "" alias for "fnLog"
function double logten(double v) system library "" alias for "fnLogTen"
function long long(any v) system library "" alias for "fnLong"
function long long(integer l, integer h) system library "" alias for "fnLong2"
function longlong longlong(any v) system library "" alias for "fnLonglong"
function longlong longlong(long l, long h) system library "" alias for "fnLonglong2"
function string lower(readonly string s) system library "" alias for "fnLower"
function long lowerbound(ref any a) system library "" alias for "fnLowerBound"
function long lowerbound(ref any a, integer dim) system library "" alias for "fnLowerBound"
function boolean match(readonly string s1, readonly string s2) system library "" alias for "fnMatch"
function double max(double x, double y) system library "" alias for "fnMax"
function integer messagebox(string c, boolean t) system library "" alias for "fnMessageBox"
function integer messagebox(string c, boolean t, icon i) system library "" alias for "fnMessageBox"
function integer messagebox(string c, boolean t, icon i, button b) system library "" alias for "fnMessageBox"
function integer messagebox(string c, boolean t, icon i, button b, integer d) system library "" alias for "fnMessageBox"
function integer messagebox(string c, double t) system library "" alias for "fnMessageBox"
function inte
ger messagebox(string c, double t, icon i) system library "" alias for "fnMessageBox"
function integer messagebox(string c, double t, icon i, button b) system library "" alias for "fnMessageBox"
function integer messagebox(string c, double t, icon i, button b, integer d) system library "" alias for "fnMessageBox"
function integer messagebox(string c, longlong t) system library "" alias for "fnMessageBox"
function integer messagebox(string c, longlong t, icon i) system library "" alias for "fnMessageBox"
function integer messagebox(string c, longlong t, icon i, button b) system library "" alias for "fnMessageBox"
function integer messagebox(string c, longlong t, icon i, button b, integer d) system library "" alias for "fnMessageBox"
function integer messagebox(string c, string t) system library "" alias for "fnMessageBox"
function integer messagebox(string c, string t, icon i) system library "" alias for "fnMessageBox"
function integer messagebox(string c, string t, icon i, button b) system library "" alias for "fnMessageBox"
function integer messagebox(string c, string t, icon i, button b, integer d) system library "" alias for "fnMessageBox"
function string mid(readonly string s, long x) system library "" alias for "fnMid"
function string mid(readonly string s, long x, long y) system library "" alias for "fnMid"
function double min(double x, double y) system library "" alias for "fnMin"
function integer minute(time t) system library "" alias for "fnMinute"
function double mod(double x, double y) system library "" alias for "fnMod"
function integer month(date d) system library "" alias for "fnMonth"
function time now() system library "" alias for "fnNow"
function integer open(ref window o) system library "" alias for "fnOpenWnd"
function integer open(ref window o, window p) system library "" alias for "fnOpenWnd"
function integer open(ref window o, string n) system library "" alias for "fnOpenWnd"
function integer open(ref window o, string n, window p) system library "" alias for "fnOpenWnd"
function long openchannel(string a, string t) system library "" alias for "fnOpenChannel"
function long openchannel(string a, string t, long w) system library "" alias for "fnOpenChannel"
function integer opensheet(ref window o, window p) system library "" alias for "fnOpenSheet"
function integer opensheet(ref window o, window p, integer w) system library "" alias for "fnOpenSheet"
function integer opensheet(ref window o, window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheet"
function integer opensheet(ref window o, string n, window p) system library "" alias for "fnOpenSheet"
function integer opensheet(ref
window o, string n, window p, integer w) system library "" alias for "fnOpenSheet"
function integer opensheet(ref window o, string n, window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheet"
function integer opensheetwithparm(ref window o, readonly string a, window p) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly double a, window p) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly powerobject a, window p) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly string a, window p, integer w) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly double a, window p, integer w) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly powerobject a, window p, integer w) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly string a, window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly double a, window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly powerobject a, window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly string a, string n, window p) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly double a, string n, window p) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly powerobject a, string n, window p) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly string a, string n, window p, integer w) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly double a, string n, window p, integer w) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly powerobject a, string n, window p, integer w) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly string a, string n, window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly double a, string n, window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheetWithParm"
function integer opensheetwithparm(ref window o, readonly powerobject a, string n,
window p, integer w, arrangeopen t) system library "" alias for "fnOpenSheetWithParm"
function integer openwithparm(ref window o, readonly string a) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly double a) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly powerobject a) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly string a, window p) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly double a, window p) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly powerobject a, window p) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly string a, string n) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly double a, string n) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly powerobject a, string n) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly string a, string n, window p) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly double a, string n, window p) system library "" alias for "fnOpenWithParm"
function integer openwithparm(ref window o, readonly powerobject a, string n, window p) system library "" alias for "fnOpenWithParm"
function double pi(double v) system library "" alias for "fnPi"
function integer pixelstounits(integer u, converttype t) system library "" alias for "fnPixelsToUnits"
function long pos(readonly string s1, readonly string s2) system library "" alias for "fnPos"
function long pos(readonly string s1, readonly string s2, long s) system library "" alias for "fnPos"
function boolean post(long h, unsignedinteger m, long w, long l) system library "" alias for "fnPost"
function boolean post(long h, unsignedinteger m, long w, string s) system library "" alias for "fnPost"
function integer print(long j, string s) system library "" alias for "fnPrint"
function integer print(long j, string s, integer n) system library "" alias for "fnPrint"
function integer print(long j, integer t, string s) system library "" alias for "fnPrint"
function integer print(long j, integer t1, string s, integer t2) system library "" alias for "fnPrint"
function integer printbitmap(long j, string f, integer x, integer y, integer w, integer h) system library "" alias for "fnPrintBitmap"
function integer printcancel(long j) system library "" alias for "fnPrintCancel"
function integer printclose(lo
ng j) system library "" alias for "fnPrintClose"
function integer printdatawindow(long j, datastore d) system library "" alias for "fnPrintDataWindow"
function integer printdatawindow(long j, datawindow d) system library "" alias for "fnPrintDataWindow"
function integer printdatawindow(long j, datawindowchild c) system library "" alias for "fnPrintDataWindow"
function integer printdefinefont(long j, integer t, string n, integer h, integer w, fontpitch p, fontfamily f, boolean i, boolean u) system library "" alias for "fnPrintDefineFont"
function string printgetprinter() system library "" alias for "fnGetPrinter"
function string printgetprinters() system library "" alias for "fnGetPrinters"
function integer printscreen(long j, integer x, integer y) system library "" alias for "fnPrintScreen"
function integer printscreen(long j, integer x, integer y, integer w, integer h) system library "" alias for "fnPrintScreen"
function integer printsend(long j, string s) system library "" alias for "fnPrintSend"
function integer printsend(long j, string s, integer r) system library "" alias for "fnPrintSend"
function integer printsetfont(long j, integer n) system library "" alias for "fnPrintSetFont"
function integer printsetprinter(string p) system library "" alias for "fnSetPrinter"
function integer printsetspacing(long j, real s) system library "" alias for "fnPrintSetSpacing"
function integer printsetup() system library "" alias for "fnPrintSetup"
function integer printsetupprinter() system library "" alias for "fnSetupPrinter"
function integer printline(long j, integer x1, integer y1, integer x2, integer y2, integer t) system library "" alias for "fnPrintLine"
function long printopen() system library "" alias for "fnPrintOpen"
function long printopen(string n) system library "" alias for "fnPrintOpen"
function long printopen(string n, boolean showprintdlg) system library "" alias for "fnPrintOpen"
function integer printoval(long j, integer x, integer y, integer w, integer h, integer t) system library "" alias for "fnPrintOval"
function integer printpage(long j) system library "" alias for "fnPrintPage"
function integer printrect(long j, integer x, integer y, integer w, integer h, integer t) system library "" alias for "fnPrintRect"
function integer printroundrect(long j, integer x, integer y, integer w, integer h, integer x, integer y, integer t) system library "" alias for "fnPrintRoundRect"
function integer printtext(long j, string s, integer x, integer y) system library "" alias for "fnPrintText"
function integer printtext(long j, string s, integer x, integer y, integer n) system library "" alias for "fnPrintText"
function integer printwidth(long
j, string s) system library "" alias for "fnPrintWidth"
function integer printx(long j) system library "" alias for "fnPrintX"
function integer printy(long j) system library "" alias for "fnPrintY"
function integer profileint(string f, string s, string k, integer d) system library "" alias for "fnProfileInt"
function string profilestring(string f, string s, string k, string d) system library "" alias for "fnProfileString"
function long rand(long m) system library "" alias for "fnRand"
function integer randomize(long s) system library "" alias for "fnRandomize"
function real real(any v) system library "" alias for "fnReal"
function integer registryget(string k, string n, ref string v) system library "" alias for "fnRegistryGet"
function integer registryget(string k, string n, registryvaluetype t, ref string v) system library "" alias for "fnRegistryGet2"
function integer registryget(string k, string n, registryvaluetype t, ref string v) system library "" alias for "fnRegistryGet2"
function integer registryget(string k, string n, registryvaluetype t, ref unsignedlong v) system library "" alias for "fnRegistryGet2"
function integer registryget(string k, string n, registryvaluetype t, ref blob v) system library "" alias for "fnRegistryGet2"
function integer registryset(string k, string n, registryvaluetype t, string v) system library "" alias for "fnRegistrySet2"
function integer registryset(string k, string n, registryvaluetype t, string v) system library "" alias for "fnRegistrySet2"
function integer registryset(string k, string n, registryvaluetype t, unsignedlong v) system library "" alias for "fnRegistrySet2"
function integer registryset(string k, string n, registryvaluetype t, blob v) system library "" alias for "fnRegistrySet2"
function integer registryset(string k, string n, string v) system library "" alias for "fnRegistrySet"
function integer registrydelete(string k, string n) system library "" alias for "fnRegistryDelete"
function integer registrykeys(string k, ref string n) system library "" alias for "fnRegistryKeys"
function integer registryvalues(string k, ref string n) system library "" alias for "fnRegistryValues"
function date relativedate(date d, integer n) system library "" alias for "fnRelativeDate"
function time relativetime(time t, long s) system library "" alias for "fnRelativeTime"
function integer removedirectory(string d) system library "" alias for "fnRemoveDirectory"
function string replace(readonly string s1, long x, long y, readonly string s2) system library "" alias for "fnReplace"
function integer respondremote(boolean f) system library "" alias for "fnRespondRemote"
function integer restart() system library "p
" alias for "fnRestart"
function long rgb(integer r, integer g, integer b) system library "" alias for "fnRgb"
function string right(readonly string s, long x) system library "" alias for "fnRight"
function string righttrim(readonly string s) system library "" alias for "fnRightTrim"
function string righttrim(readonly string s, boolean removealltypespaces) system library "" alias for "fnRightTrim"
function decimal round(decimal v, integer p) system library "" alias for "fnRound"
function integer run(string n) system library "" alias for "fnRun"
function integer run(string n, windowstate s) system library "" alias for "fnRun"
function integer second(time t) system library "" alias for "fnSecond"
function long secondsafter(time t1, time t2) system library "" alias for "fnSecondsAfter"
function long send(long h, unsignedinteger m, long w, long l) system library "" alias for "fnSend"
function long send(long h, unsignedinteger m, long w, string s) system library "" alias for "fnSend"
function integer setbyte(ref blob b, unsignedlong o, byte v) system library "" alias for "fnSetByte"
function integer setdatadde(string s) system library "" alias for "fnSetDataDDE"
function integer setdatadde(string s, string a, string t, string i) system library "" alias for "fnSetDataDDE"
function integer setnull(ref any n) system library "" alias for "fnSetNull"
function pointer setpointer(pointer p) system library "" alias for "fnSetPointer"
function pointer setpointer(string s) system library "" alias for "fnSetPointer"
function integer setprofilestring(string f, string s, string k, string v) system library "" alias for "fnSetProfileString"
function integer setremote(string l, string r, long c) system library "" alias for "fnSetRemote"
function integer setremote(string l, string r, long c, boolean b) system library "" alias for "fnSetRemote"
function integer setremote(string l, string r, long c, long w) system library "" alias for "fnSetRemote"
function integer setremote(string l, string r, long c, long w, boolean b) system library "" alias for "fnSetRemote"
function integer setremote(string l, string r, string a, string t) system library "" alias for "fnSetRemote"
function integer setremote(string l, string r, string a, string t, boolean b) system library "" alias for "fnSetRemote"
function errorreturn sharedobjectdirectory(ref string instancenames) system library "" alias for "ob_SharedObjectDirectory"
function errorreturn sharedobjectdirectory(ref string instancenames, ref string classnames) system library "" alias for "ob_SharedObjectDirectory"
function errorreturn sharedobjectregister(readonly string classname, readonly string instancename) sys
tem library "" alias for "ob_SharedObjectRegister"
function errorreturn sharedobjectunregister(readonly string instancename) system library "" alias for "ob_SharedObjectUnregister"
function errorreturn sharedobjectget(readonly string instancename, ref powerobject objectinstance) system library "" alias for "ob_SharedObjectGet"
function integer showhelp(string f, helpcommand c) system library "" alias for "fnShowHelp"
function integer showhelp(string f, helpcommand c, long i) system library "" alias for "fnShowHelp"
function integer showhelp(string f, helpcommand c, string k) system library "" alias for "fnShowHelp"
function integer showpopuphelp(string h, dragobject c, long l) system library "" alias for "fnShowPopupHelp"
function integer sign(double v) system library "" alias for "fnSign"
function double sin(double v) system library "" alias for "fnSin"
function integer sleep(long s) system library "" alias for "fnSleep"
function string space(long n) system library "" alias for "fnSpace"
function double sqrt(double v) system library "" alias for "fnSqrt"
function integer starthotlink(string l, string a, string t) system library "" alias for "fnStartHotLink"
function integer starthotlink(string l, string a, string t, boolean b) system library "" alias for "fnStartHotLink"
function integer startserverdde(string a, string t, any ...) system library "" alias for "fnStartServerDDE"
function integer startserverdde(window o, string a, string t, any ...) system library "" alias for "fnStartServerDDE"
function integer stophotlink(string l, string a, string t) system library "" alias for "fnStopHotLink"
function integer stopserverdde(string a, string t) system library "" alias for "fnStopServerDDE"
function integer stopserverdde(window o, string a, string t) system library "" alias for "fnStopServerDDE"
function string string(any v) system library "" alias for "fnString"
function string string(any v, string f) system library "" alias for "fnString"
function string string(blob b, encoding e) system library "" alias for "fnString"
function integer signalerror() system library "" alias for "fnSignalError"
function integer signalerror(integer i, string s) system library "" alias for "fnSignalErrorMsg"
function integer populateerror(integer i, string s) system library "" alias for "fnPopulateError"
function double tan(double v) system library "" alias for "fnTan"
function time time(any v) system library "" alias for "fnTime"
function time time(integer h, integer m, integer s) system library "" alias for "fnTime"
function time time(integer h, integer m, integer s, integer u) system library "" alias for "fnTime"
function
integer timer(double v) system library "" alias for "fnTimer"
function integer timer(double v, window o) system library "" alias for "fnTimer"
function date today() system library "" alias for "fnToday"
function errorreturn tracebegin(readonly string identifier) system library "" alias for "FN_BeginTrace"
function errorreturn traceclose() system library "" alias for "FN_CloseTrace"
function errorreturn tracedisableactivity(traceactivity activity) system library "" alias for "FN_DisableEventTrace"
function errorreturn tracedump(readonly string infilename, readonly string outfilename) system library "" alias for "FN_DumpTrace"
function errorreturn traceenableactivity(traceactivity activity) system library "" alias for "FN_EnableEventTrace"
function errorreturn traceend() system library "" alias for "FN_EndTrace"
function errorreturn traceerror(long severity, readonly string message) system library "" alias for "FN_TraceErrorEvent"
function errorreturn traceopen(readonly string filename, timerkind timer) system library "" alias for "FN_OpenTrace"
function errorreturn traceuser(long info, readonly string message) system library "" alias for "FN_TraceUserEvent"
function string trim(readonly string s) system library "" alias for "fnTrim"
function string trim(readonly string s, boolean removealltypespaces) system library "" alias for "fnTrim"
function decimal truncate(decimal v, integer p) system library "" alias for "fnTruncate"
function integer unitstopixels(integer u, converttype t) system library "" alias for "fnUnitsToPixels"
function string upper(readonly string s) system library "" alias for "fnUpper"
function long upperbound(ref any a) system library "" alias for "fnUpperBound"
function long upperbound(ref any a, integer d) system library "" alias for "fnUpperBound"
function integer year(date d) system library "" alias for "fnYear"
function boolean yield() system library "" alias for "fnYield"
function string wordcap(string s) system library "" alias for "fnWordCap"
function string reverse(readonly string s) system library "" alias for "fnReverse"
function boolean ishebrew(readonly character c) system library "" alias for "fnIsHebrew"
function boolean isallhebrew(readonly string s) system library "" alias for "fnIsAllHebrew"
function boolean isanyhebrew(readonly string s) system library "" alias for "fnAnyHebrew"
function boolean ishebrewandnumbers(readonly string s) system library "" alias for "fnIsHebrewAndNumbers"
function boolean isarabic(readonly character c) system library "" alias for "fnIsArabic"
function boolean isallarabic(readonly string s) system library "" alias for "fnIsAllArabic"
function
boolean isanyarabic(readonly string s) system library "" alias for "fnAnyArabic"
function boolean isarabicandnumbers(readonly string s) system library "" alias for "fnIsArabicAndNumbers"
function blob toansi(string s) system library "" alias for "fnToAnsi"
function string fromansi(blob b) system library "" alias for "fnFromAnsi"
function blob tounicode(string s) system library "" alias for "fnToUnicode"
function string fromunicode(blob b) system library "" alias for "fnFromUnicode"
function blob toutf8(string s) system library "" alias for "fnToUTF8"
function string fromutf8(blob b) system library "" alias for "fnFromUTF8"
function string fillw(readonly string f, long n) system library "" alias for "fnFillW"
function string leftw(readonly string s, long n) system library "" alias for "fnLeftW"
function string lefttrimw(readonly string s) system library "" alias for "fnLeftTrimW"
function long lenw(blob b) system library "" alias for "fnLenW"
function long lenw(string s) system library "" alias for "fnLenW"
function boolean matchw(readonly string s1, readonly string s2) system library "" alias for "fnMatchW"
function string midw(readonly string s, long x) system library "" alias for "fnMidW"
function string midw(readonly string s, long x, long y) system library "" alias for "fnMidW"
function long posw(readonly string s1, readonly string s2) system library "" alias for "fnPosW"
function long posw(readonly string s1, readonly string s2, long s) system library "" alias for "fnPosW"
function string replacew(readonly string s1, long x, long y, readonly string s2) system library "" alias for "fnReplaceW"
function string rightw(readonly string s, long x) system library "" alias for "fnRightW"
function string righttrimw(readonly string s) system library "" alias for "fnRightTrimW"
function string trimw(readonly string s) system library "" alias for "fnTrimW"
function integer imesetmode(long h, integer m) system library "" alias for "fnIMESetMode"
function integer imegetmode(long h) system library "" alias for "fnIMEGetMode"
function string imegetcompositiontext(long s) system library "" alias for "fnIMEGetCompositionText"
function classdefinition findclassdefinition(string n) system library "" alias for "fnFindClass"
function classdefinition findclassdefinition(string n, string l) system library "" alias for "fnFindClass"
function typedefinition findtypedefinition(string n) system library "" alias for "fnFindType"
function typedefinition findtypedefinition(string n, string l) system library "" alias for "fnFindType"
function scriptdefinition findfunctiondefinition(string n) system library "" alias for
"fnFindFunctionDefinition"
function scriptdefinition findfunctiondefinition(string n, string l) system library "" alias for "fnFindFunctionDefinition"
function long gpf() system library "" alias for "ot_cause_gpf"
function integer setlibrarylist(string l) system library "" alias for "fnSetLibraryList"
function string getlibrarylist() system library "" alias for "fnGetLibraryList"
function integer addtolibrarylist(string l) system library "" alias for "fnAddToLibraryList"
function long xmlparsefile(string x) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v, ref string e) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v, ref string e, boolean ns) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v, ref string e, boolean ns, boolean s) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v, ref string e, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v, boolean ns) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v, boolean ns, boolean s) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, valschemetype v, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, ref string e) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, ref string e, boolean ns) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, ref string e, boolean ns, boolean s) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, ref string e, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, boolean ns) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, boolean ns, boolean s) system library "" alias for "fnXMLParseFile"
function long xmlparsefile(string x, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseFile"
function long xmlparsestring(string x) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v, ref string e) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v, ref string e, boolean ns) system
library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v, ref string e, boolean ns, boolean s) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v, ref string e, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v, boolean ns) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v, boolean ns, boolean s) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, valschemetype v, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, ref string e) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, ref string e, boolean ns) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, ref string e, boolean ns, boolean s) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, ref string e, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, boolean ns) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, boolean ns, boolean s) system library "" alias for "fnXMLParseString"
function long xmlparsestring(string x, boolean ns, boolean s, boolean sf) system library "" alias for "fnXMLParseString"
function string filla(readonly string f, long n) system library "" alias for "fnFillA"
function string lefta(readonly string s, long n) system library "" alias for "fnLeftA"
function long lena(blob b) system library "" alias for "fnLenA"
function long lena(string s) system library "" alias for "fnLenA"
function string mida(readonly string s, long x) system library "" alias for "fnMidA"
function string mida(readonly string s, long x, long y) system library "" alias for "fnMidA"
function long posa(readonly string s1, readonly string s2) system library "" alias for "fnPosA"
function long posa(readonly string s1, readonly string s2, long s) system library "" alias for "fnPosA"
function string replacea(readonly string s1, long x, long y, readonly string s2) system library "" alias for "fnReplaceA"
function string righta(readonly string s, long x) system library "" alias for "fnRightA"
function long pbgetmenustring(long h, integer i, ref string t, integer n) system library "" alias for "fnGetMenuString"

最大功率是什么意思-清一色是什么意思


见组词-八行书


司马懿读音-屏障的意思


由于480-不谋而合的意思


天堑怎么读-欧怎么读


100毫米-掾属


促进反义词-蓝田人


高中数学微积分-关隘怎么读