DesignIntf.ICustomModule.GetAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttributes: TCustomModuleAttributes;

C++

virtual TCustomModuleAttributes __fastcall GetAttributes() = 0 ;

Properties

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

Description

Returns information about the verb.

Currently, the only defined information is whether the designer should be virtually sized. This is only meaningful for modules that design visual components, but not the top-level visual component. This causes scroll bars to appear instead of the visual component being client-aligned in the parent designer.

See Also