RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupControl.GetBorderSize Method

Indicates how many pixels of the control's height are devoted to the border.

Pascal
function GetBorderSize: Integer; virtual;
C++
virtual __fastcall int GetBorderSize();

GetBorderSize is used internally to manage the height of the control so that the list does not include partial (clipped) rows. It indicates the number of pixels of the control's height that are not included in the client height. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!