RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.SetBorderSpace Method

Allocates border space for the ActiveX control.

Pascal
function SetBorderSpace(pborderwidths: PRect): HResult; stdcall;
C++
__fastcall __stdcall HRESULT SetBorderSpace(PRect pborderwidths);

Call SetBorderSpace to allocate border space for the ActiveX control. You should perform a call to RequestBorderSpace prior to a call to SetBorderSpace. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!