Method TopBlock
Retrieves Block Object positioned to the top side of this objectUsage
Parameters
This method does not take parameters
Returns
Block Object
Example
VBScript
topBlock = Application("Demo").View("DemoView").TopBlock()
JavaScript
var topBlock = Application("Demo").View("DemoView").TopBlock();