<< Click to Display Table of Contents >> Navigation: FindOnClick > FindOnClick For Advanced Users > Scripting > System Library |
There are a number of built-in functions that are part of the scripting system. FindOnClick also provides extra functions and classes.
For help and details on these functions, refer to the Delphi online documentation:
There are also some other special functions:
procedure Interpret(Ascript: string);
Executes the script source code specified by Ascript parameter
function Machine: TatVirtualMachine;
Returns the current virtual machine executing the script.
function Scripter: TatCustomScripter;
Returns the current script component.
function SetOf(array): integer;
Returns a set from the array passed. For example: MyFontStyle := SetOf([fsBold, fsItalic]);
<%SBCOPYRIGHT%>