A preflight rule data object.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The type of data. |
||
|
Booleans Boolean LongInteger LongIntegers Objects Object Real Reals ShortInteger ShortIntegers Array of Arrays of Arrays of Strings |
read/write |
The value for this data object. Can return: String, Real, Long Integer, Short Integer, Boolean, Object or Array of Strings, Reals, Long Integers, Short Integers, Booleans, Objects or Arrays of Array of Arrays of Array of Strings, Reals, Long Integers, Short Integers, Booleans or Objects. |
|
|
readonly |
The ID for this rule data object. |
||
|
readonly |
The index of the RuleDataObject within its containing object. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
readonly |
The name of the RuleDataObject. |
||
|
readonly |
The parent of the RuleDataObject (a PreflightProfileRule or PreflightRuleInstance). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
RuleDataObject getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the RuleDataObject.
String toSource ()
Generates a string which, if executed, will return the RuleDataObject.
String toSpecifier ()
Retrieves the object specifier.