|
<< Click to Display Table of Contents >> Navigation: Interfaces > IIWBaseControl > Methods > SetBounds |
SIGNATURE=IWBaseInterfaces.IIWBaseControl.SetBounds@Integer@Integer@Integer@Integer
ETYPE=Method
Declaration:
Delphi: |
procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer); |
C++: |
void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight); |
Description: This is SetBounds, a member of class IIWBaseControl.