-
DXL Scripts
- Access Rights (5)
- Attribute DXL (2)
- Attributes (11)
- Baselines (4)
- Canvasses (2)
- Columns (3)
- Configuration Files (4)
- Database (6)
- Dates (3)
- Dialogs (7)
- DXL (8)
- Editors (7)
- Email (2)
- Errors (1)
- Explorers (2)
- Export (6)
- Files and Directories (4)
- Filters (1)
- Hierarchy (4)
- History (2)
- HTML (2)
- Import (1)
- Layout DXL (3)
- Links (7)
- Menus (3)
- Metrics and Reports (6)
- Miscellaneous (6)
- Objects (5)
- Programming (7)
- Recreational (4)
- Recursion (1)
- Requirements (2)
- Sorting (3)
- Strings (1)
- System (3)
- Tables (3)
- Undocumented (5)
- Users and Groups (1)
- Views (3)
DXL Script Category: Programming
Memory Leaks and the String Table
Memory de-allocation is not automatic for the dynamic types Skip, Array, Buffer, DB, OleAutoArgs, IPC and Stat. Repeated use of [more...]
rootName_
This undocumented perm returns the full name of the item starting from the database root, not the nearest ancestor project [more...]
DxlObject
The DxlObject type is similar to the C struct. This data type allows you to store related values of any [more...]
DOORS Perms
The following are listings of perms defined for each version of DOORS. These are provided for your interest on the [more...]
Nested Functions
DXL supports nested functions. In other words, you can declare functions within a function. However, local variables declared within the [more...]
Single String Parameter Functions
When the DXL interpreter encounters a function that takes a single string parameter, it ignores the parentheses, thus causing unsuspected [more...]
Auto-Declare
There is a mechanism in DXL called auto-declare, which means that the programmer need not specify the type of a [more...]