DesignIntf.IComponentGuidelines.GetDesignerGuideOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignerGuideOffset(Index: Integer): Integer;

C++

virtual int __fastcall GetDesignerGuideOffset(int Index) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentGuidelines

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