FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelGrid.BorderSize Method

BorderSize indicates the width, in pixels, of the border specified by the BorderStyle property.

Pascal
function BorderSize: integer;
C++
__fastcall int BorderSize();

This function is available on the CLX implementation of TCustomGrid, but not in the VCL one. To be consistent and have TFlexCelGrid as much compatible between CLX and VCL as we could, we defined the BorderSize function on VCL, and make it return 0. On CLX it returns the inherited value. 

 

As CLX has been discontinued, this property has no use today and will always return 0.

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