Vcl.OleCtrls.TOleControl.SetBorderSpace
Delphi
function SetBorderSpace(pborderwidths: PRect): HResult; stdcall;
C++
HRESULT __stdcall SetBorderSpace(Winapi::Windows::PRect pborderwidths);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.OleCtrls.pas Vcl.OleCtrls.hpp |
Vcl.OleCtrls | TOleControl |
Description
Allocates border space for the ActiveX control.
Call SetBorderSpace to allocate border space for the ActiveX control. You should perform a call to RequestBorderSpace prior to a call to SetBorderSpace.