Class TCasScriptLog
Unit
Declaration
type TCasScriptLog = class(TCasScriptFunction)
Description
This item has no description.
Hierarchy
- TObject
- TCasScriptExpression
- TCasScriptFunction
- TCasScriptLog
Overview
Methods
class function Name: string; override; |
|
class function ShortName: string; override; |
Description
Methods
class function Name: string; override; |
|
This item has no description. Showing description inherited from TCasScriptFunction.Name. Long function name for user. This is possibly with spaces, parenthesis and other funny characters. It will be used in error messages and such to describe this function. Default implementation in this class simply returns ShortName. This should be suitable for most "norma" functions. |
class function ShortName: string; override; |
|
This item has no description. Showing description inherited from TCasScriptFunction.ShortName. Short function name, for the parser. This is the name of the function for use in expressions like "function_name(arg_1, arg_2 ... , arg_n)". This can be an empty string ('') if no explicit name for this function exists. This is useful for operators, which are implemented just like normal functions (a descendant of TCasScriptFunction), but with a special support from parser (e.g. to turn "x + b" into a call to the TCasScriptAdd function). |
Generated by PasDoc 0.16.0-snapshot.