Vcl.ExtCtrls.TCustomButtonedEdit.UpdateEditMargins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateEditMargins; dynamic;

C++

DYNAMIC void __fastcall UpdateEditMargins();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomButtonedEdit

Description

Update the margins of the edit control to provide adequate space for the buttons.

Use UpdateEditMargins to set the margins of the edit control to provide adequate space for the buttons. The LeftButton or the RightButton must be visible for this to occur.

See Also