Vcl.ExtCtrls.TEditButton.UpdateBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateBounds; dynamic;

C++

DYNAMIC void __fastcall UpdateBounds();

Properties

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

Description

Updates the positon and size of the image in this TEditButton instance depending on themes and properties of this TEditButton.

Adjusts the position and size of the image in this buttoned edit control. This adjustment takes into account theming, and the dimensions, border style and beveling of the buttoned edit control in an effort to display as much of the image as possible. Height and width of this buttoned edit control are zeroed if the image list is not currently populated.

See Also