TrvActionInsertNumSequence.UseDefaults

<< Click to display table of contents >>

TrvActionInsertNumSequence.UseDefaults

Specifies whether values of SeqName and NumberType properties are used.

property UseDefaults: Boolean

When this property is True, the following values are used to initialize a dialog:

sequence name = 'Numbering' (localized) for TrvActionInsertNumber or 'Figure' (localized) for TrvActionInsertCaption;

numbering type = decimal.

When this property is False, values of SeqName and NumberType properties are used instead.

After an insertion, this property is reset to False automatically.

Initial value:

True