Vcl.OleCtrls.TOleControl.SetBorderSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetBorderSpace(pborderwidths: PRect): HResult; stdcall;

C++

HRESULT __stdcall SetBorderSpace(System::Types::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.

See Also