Vcl.ShadowWnd.TShadowWindow.SetBounds

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer;
AHeight: Integer); override;

C++

virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Définit en une seule fois les propriétés Left, Top, Width et Height.

SetBounds redéfinit la méthode SetBounds pour changer les frontières de la fenêtre d'ombre en même temps.

Voir aussi