DesignIntf.ICustomModule.GetAttributes

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetAttributes: TCustomModuleAttributes;

C++

virtual TCustomModuleAttributes __fastcall GetAttributes() = 0 ;

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