FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.GetSplitWindow Method

Returns the horizontal and vertical offsets for the split windows.

Pascal
procedure GetSplitWindow(var xOffset: integer; var yOffset: integer);
C++
__fastcall GetSplitWindow(int xOffset, int yOffset);
Parameters 
Description 
var xOffset: integer 
Offset from the left on 1/20 of a point. Zero for no vertical split. (A point is 1/72 of an inch) 
var yOffset: integer 
Offset from the top on 1/20 of a point. Zero for no vertical split. (A point is 1/72 of an inch) 

Zero means no split. See also SplitWindow

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!