Vcl.DBCtrls.TDBLookupControl.GetBorderSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBorderSize: Integer; virtual;

C++

virtual int __fastcall GetBorderSize();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupControl

Description

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

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.

See Also