DesignIntf.IComponentGuidelines.GetDesignerGuideOffset

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IComponentGuidelines

Delphi

function GetDesignerGuideOffset(Index: Integer): Integer;

C++

virtual int __fastcall GetDesignerGuideOffset(int Index) = 0 ;

Description

Returns the designer guide offset specified by Index.

This is the offset from the control origin. It can be negative to describe guidelines that exist to the top and left of a control.

See Also