www.kxcad.net Home > Electronic Index > Altium(Protel) Index
The extension routines are used when you are dealing with processes in your scripts especially if you need to extract or set strings for the parameters of processes. Some of the routines are listed below, refer to the DelphiScript reference for more details.
Executing parameters in your script, you need the following functions:
AddColorParameter
AddIntegerParameter
AddLongIntParameter
AddSingleParameter
AddWordParameter
GetIntegerParameter
GetStringParameter
ResetParameters
RunProcess
Useful functions
SetCursorBusy
ResetCursor
CheckActiveServer
GetActiveServerName
GetCurrentDocumentFileName
RunApplication
SaveCurrentDocument
Useful Dialogs
ConfirmNoYes
ConfirmNoYesCancel
ShowError
ShowInfo
ShowWarning.
See also