Group Deprecated
AutomationRequestLicenseKey()
Requests the license key of a COM/ActiveX component
AutomationRequestLicenseKey( <cProgId> | <cCLSID> ) => cKey
AutomationTranslateColor()
Translates a COM/ActiveX color value to an Xbase++ color and vice versa
AutomationTranslateColor( <nColor>, <lIsOLEColor> ) --> nColor
CurDir()
Determines or changes the current directory of a drive.
CurDir( [<cDrive>] ) --> cCurrentDirectory or CurDir( <cDirectory> ) --> cPreviousDirectory
CurDrive()
Determines or changes the current drive.
CurDrive( [<cDrive>] ) --> cOldDrive
DllCall()
Calls a DLL function dynamically at runtime.
DllCall( <cDllName>|<nDllHandle>, [<nCallingConv>], <cFuncName>|<nOrdinal> [, <xParam,...>] ) --> xReturn
DLLFUNCTION
Creates a user-level function which executes a function of an external DLL.
DLLFUNCTION <FunctionName>( [[@]<Parameters,...>] ) USING CDECL | OSAPI | STDCALL | SYSTEM FROM <DllName>
ErrorNew()
Generates a new object of the error class.
ErrorNew() --> oError
FromBase64()
Decodes a base64 encoded string.
FromBase64( <cString> ) --> cDecodedString
FromQP()
Decodes a "quoted-printable" encoded string.
FromQP( <cString> ) --> cDecodedString
GetNew()
Generates an object of the Get class.
GetNew( [<nRow>], [<nCol>], [<bVarBlock>], [<cVarName>], [<cPicture>], [<cColor>] ) --> oGet
LoadFromUrl()
Loads a document from a Web server.
LoadFromUrl( <cURL>, [<nPortNumber>], [<nProtocol>], [<cProxyUrl>], [<acByPass> ], [<cMethod>], [<cPostString>], [<cCookie>], [<cAcceptType>], [@<nStatus>], [<bcUserFunc>] ) --> cWebContent | NIL
TBColumnNew()
Generates an object of the TBColumn class (column object).
TBColumnNew( [<cHeading>] [,<bVarBlock>] ) --> oTBColumn
TBrowseDb()
Generates an object of the TBrowse class including navigation code blocks.
TBrowseDb( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>] ) --> oTBrowse
TBrowseNew()
Generates an object of the TBrowse class.
TBrowseNew( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>] ) --> oTBrowse
ToBase64()
Converts a string to a base64 encoded string.
ToBase64( <cString> ) --> cEncodedString
ToQP()
Transforms the passed string to a "quoted-printable" encoded string.
ToQP( <cString> ) --> cEncodedString
UUDecode()
Decodes a string which is uuencoded.
UUDecode( <cString> ) --> cDecodedString
UUEncode()
Transforms a string to a "uuencoded" string.
UUEncode( <cString> ) --> cEncodedString