Name | Summary | Category |
abort | [Abort] aborts processing the current thread. All current [handle]s will still be executed. A [protect] block will not stop an abort, but an abort can be halted by calling [abort_clear]. During... | Error |
any | The any::trait is shared by all types within Lasso, including [void]. All of its methods are available to every other type. | Any |
action_statement | [Action_Statement] can be used within inline code blocks to return the action statement used internally by the current data source connector to perform the database action. For example,... | |
action_param | [Action_Param] returns the value for an HTML form element, URL parameter, or [Inline] parameter. If the named parameter was not specified in the HTML form or URL that loaded the current page or in... | |
action_params | [Action_Params] returns an array of pairs that contains each of the parameters of the current action as well as all the command methods that define the current action. If called within... | |
admin_authorization | [ admin_authorization ] is used internally in the inline container to determine current authentication parameters for the inline. If no authentication is available defaults to user=Anonymous and... | Admin |
admin_currentgroups | Returns an array of Lasso group names that the current user belongs to. Note that every user belongs to the group "ANYUSER" so this value will always be included in the array returned by... | Admin |
admin_currentuserid | Returns the ID from the internal security_users table of the current user whose permissions are being used to run the page or inline. An optional realm and authorization map can be specified. | Admin |
admin_currentusername | Returns the name of the current user whose permissions are being used to run the page or inline. Returns an empty string if the current visitor has not specified a username and password or if the... | Admin |
admin_initialize | [Admin_Initialize] is called once at startup. The tag creates the lasso_internal database. * | Admin |
admin_getpref | [Admin_GetPref] is used to fetch the values of preferences stored internally in Lasso. This tag requires administrator privileges to be run. It requires one parameter which can take two forms. The... | Admin |
admin_setpref | [Admin_SetPref] is used to set the values of preferences stored internally in Lasso. This method requires administrator privileges to be run. Its required parameters can take two forms. A... | Admin |
admin_removepref | [Admin_RemovePref] removes a preference from the global preference table. This tag requires one parameter which is the name of a preference to be removed. Only a user with administrator privilege can... | Admin |
admin_userexists | [Admin_UserExists] checks to see if a user has been defined on the current site. It requires a single parameter which is the name of a user to check. | Admin |
admin_lassoservicepath | Returns the file path to the current Lasso Application folder. | Admin |
any->isNotA | [any->isNotA] tests if a type is not of the specified type. Requires a type as a parameter. | Any |
any->isAllOf | [any->isAllOf] tests whether an object matches all of the specified types or traits. Requires a comma-separated list of types or traits. Returns boolean. | Any |
any->isAnyOf | [any->isAnyOf] tests whether an object is any of the specified types or traits. Requires a a comma-separated list of types or traits as a parameter. | Any |
any->isa | [any->isA] tests if a type is of the specified type. Requires a type as a parameter. | Any |
any->ascopy | The [any->asCopy] method returns a shallow copy of an object. In the rare circumstance that a deep copy is required, use the [any->asCopyDeep] method. In Lasso, a type has depth if it... | Any |
any->ascopydeep | The [any->asCopyDeep] method returns a deep copy of an object. In general, the [any->asCopy] method is sufficient, but in the rare circumstance when an isolated, exact copy is needed, the... | Any |
any->type | Returns the type of the current object. | Any |
any->invoke | This method is called when ever a type is invoked using parens() | Any |
array->asstaticarray | The array->asstaticarray method converts a variable of type array to one of type staticarray. | Array |
array->asString | Outputs the array as a string. This method is used for debugging purposes. | Array |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft