Next Block Property
Description
Specifies the name of the block with the next higher sequence number in the form, as indicated by the order of blocks listed in the Object Navigator.
Applies to block
Set not settable
Refer to Built-in
GET_BLOCK_PROPERTY
Usage Notes
- You can programmatically visit all of the blocks in a form by using GET_BLOCK_PROPERTY
to determine the First_Block and NextBlock values.
- The value of NextBlock is NULL when there is no block with a higher sequence
number than the current block.
- Setting the Next Navigation Block property has no effect on the value of
NextBlock.
Related topics
First_Block property
Last_Block property
Next Navigation Block property