NumberSequenceDatatype.wizardFormat Method
Generates a NumberSequenceFormat record by using the specified scope and highest number.
Syntax
public NumberSequenceFormat wizardFormat(
NumberSeqScope _scope,
[int _highest,
boolean _includeScopeSegments])
Run On
Called
Parameters
- _scope
Type: NumberSeqScope Class
The NumberSeqScope object to use when generating the format.
- _highest
Type: int
The highest number that can be used for the number sequence. The default value is the WizardHighest value for this NumberSequenceFormat record.
- _includeScopeSegments
Type: boolean
Return Value
Type: NumberSequenceFormat Extended Data Type
A NumberSequenceFormat record that is based on the specified scope and highest number.
Remarks
The return value of this method is suitable for use when generating number sequence records through the wizard.