|
FlexCel Studio for VCL/LCL
|
Returns the horizontal and vertical offsets for the split windows.
procedure GetSplitWindow(var xOffset: integer; var yOffset: integer);
__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!
|