DesignIntf

From RAD Studio API Documentation
Jump to: navigation, search


Defines the interfaces and classes used by the property editors in the IDE.

To use the DesignIntf and DesignEditors units with Delphi, you need to add –LUDesignIDE to the Compiler options:

  1. In the Project Options dialog box, under Delphi Compiler, click Compiling.
  2. In the Other options section, next to Additional options to pass to the compiler, enter –LUDesignIDE
DesignIntf.png

With C++, you need to ensure that $(BDS)\include\windows\vcl\design is added to the INCLUDE path, and that designide.bpi is added to the Requires of your package.

For more information, see the comments in the source; the DesignIntf.pas source file is liberally commented.

Classes

IActivatableRepresents a component that can be activated.
IClassProvides access to class metadata.
IComponentEditorIComponentEditor is the interface that the form designer uses to communicate with component editors.
IComponentGuidelinesProvides access to the guidelines for visual components.
ICustomModuleRepresents a custom module.
IDefaultEditorRepresents a default editor.
IDesignEditQueryProvides access to editing operations.
IDesignerIDesigner is an interface to the form designer in the IDE.
IDesigner100IDesigner100 is an interface to the form designer in the IDE.
IDesigner170
IDesigner200
IDesigner60IDesigner60 is an interface to the form designer in the IDE.
IDesigner70IDesigner70 is an interface to the form designer in the IDE.
IDesigner80IDesigner80 is an interface to the form designer in the IDE.
IDesignerSelectionsIDesignerSelections represents a list of persistent objects.
IDesignNotificationRepresents a notification from the IDE when a specific event occurs.
IDesignNotificationEx
IDesignNotificationViews
IDesignObjectRepresents an object on the form designer.
IDesignPersistentRepresents a persistent object used by the designer.
IDesignWindowRepresents a design window that appears in the IDE.
IEditHandlerProvides access to editing operations.
IEventInfoHolds type information about an event.
IHostFormRepresents a host form for a custom designer.
IImplementationProvides access to the instance of a class.
IMethodPropertyRepresents a method property.
IPropertyIProperty is the interface that the Object Inspector uses to communicate with property editors.
IProperty160
IProperty70Represents a property.
IProperty80Represents a property.
IPropertyControlProvides control to the data of a property.
IPropertyDescriptionAllows you to add descriptions to the property.
IPropertyHostProvides access to a drop-down property control.
IPropertyHost20Provides access to a drop-down property control.
IPropertyKindProvides access to the type of the property.
IReferencePropertyRepresents a property whose value is another component on the form.
ISelectionEditorProvides support for editing components selected in the form designer.
ISelectionEditorListRepresents a list of ISelectionEditors.
ISelectionPropertyFilterProvides support for filtering the list of properties for a selection to be sent to the Object Inspector.
IShowReferenceProperty
IWidePropertyRepresents a wide string property.
IWideProperty10Represents an extension to the IWideProperty interface.
IWidePropertyDescriptionProvides support to obtain the description of a property.
TBaseComponentEditorTBaseComponentEditor is the base class for all component editors.
TBaseComponentGuidelinesTBaseComponentGuidelines is the base class for component guidelines classes.
TBaseCustomModuleBase class for custom modules.
TBasePropertyEditorTBasePropertyEditor is the base class for all property editors.
TBaseSelectionEditorBase class for selection editor classes.
TClassWrapperBase wrapper for IClass.
TComponentEditorClassClass of TBaseComponentEditor.
TComponentGuidelinesClassClass of TBaseComponentGuidelines.
TCustomModuleClassClass of TBaseCustomModule.
TDesignerSelectionsTDesignerSelections maintains a list of persistent objects.
TDragTargetProvides support for drag-and-drop operations.
TDragTargetClassClass of TDragTarget.
TEventInfoRepresents the type information for an event.
TPropertyEditorClassClass of TBasePropertyEditor.
TSelectionEditorClassClass of TBaseSelectionEditor.

Routines

CreateSelectionList
EnableDemandLoadReport
ForceDemandLoadStateSpecifies whether the IDE should use smart loading of registered components.
PersistentToDesignObject
RegisterComponentEditorRegisters an editor so that it is available at design time.
RegisterComponentGuidelines
RegisterCustomModule
RegisterDesignDragObject
RegisterDesignNotification
RegisterDragTarget
RegisterIDropTarget
RegisterPropertiesInCategoryRegisters multiple properties in a specific property category.
RegisterPropertyEditorAllows a component to bring up a custom property editor from the Object Inspector.
RegisterPropertyInCategoryRegisters a single property in a specific property category.
RegisterPropertyMapper
RegisterSelectionEditor
SetPropertyEditorGroup
UnlistPublishedProperty
UnregisterDesignNotification

Types

_di_IActivatable
_di_IClass
_di_IComponentEditor
_di_IComponentGuidelines
_di_ICustomModule
_di_IDefaultEditor
_di_IDesigner
_di_IDesigner100
_di_IDesigner170
_di_IDesigner200
_di_IDesigner60
_di_IDesigner70
_di_IDesigner80
_di_IDesignerSelections
_di_IDesignNotification
_di_IDesignNotificationEx
_di_IDesignNotificationViews
_di_IDesignObject
_di_IDesignPersistent
_di_IDesignWindow
_di_IEditHandler
_di_IEventInfo
_di_IHostForm
_di_IImplementation
_di_IMethodProperty
_di_IProperty
_di_IProperty160
_di_IProperty70
_di_IProperty80
_di_IPropertyControl
_di_IPropertyDescription
_di_IPropertyHost
_di_IPropertyHost20
_di_IPropertyKind
_di_IReferenceProperty
_di_ISelectionEditor
_di_ISelectionEditorList
_di_ISelectionPropertyFilter
_di_IShowReferenceProperty
_di_IWideProperty
_di_IWideProperty10
_di_IWidePropertyDescription
TCustomModuleAttribute
TCustomModuleAttributes
TDemandLoadStateSpecifies whether the IDE should use smart (lazy) loading of design-time packages installed in the IDE.
TDesignerGuideType
TEditAction
TEditState
TEditStates
TEnableDemandLoadReportProc
TForceDemandLoadStateProc
TGetDesignerEvent
TGetPropProc
TGetWideStrProc
TPropertyAttribute
TPropertyAttributes
TPropertyEditorFilterFunc
TPropertyMapperFunc
TPropKind
TRegisterComponentEditorProc
TRegisterComponentGuidelines
TRegisterCustomModuleProc
TRegisterDesignDragObject
TRegisterDesignNotification
TRegisterDragTargetProc
TRegisterIDropTarget
TRegisterPropertyEditorProc
TRegisterPropertyInCategoryProc
TRegisterPropertyMapperProc
TRegisterSelectionEditorProc
TSetPropertyEditorGroupProc

Variables

_sActionCategoryName
_sAppearanceCategoryName
_sBehaviorCategoryName
_sDatabaseCategoryName
_sDataCategoryName
_sDesignCategoryName
_sDragNDropCategoryName
_sFocusCategoryName
_sHelpCategoryName
_sInputCategoryName
_sInvalidFilter
_sKeyCategoryName
_sLayoutCategoryName
_sLegacyCategoryName
_sLinkageCategoryName
_sLocaleCategoryName
_sLocalizableCategoryName
_sMiscellaneousCategoryName
_sMouseCategoryName
_sPropertyChangeCategoryName
_sVisualCategoryName
_sWindowStyleName
EnableDemandLoadReportProc
ForceDemandLoadStateProc
GReferenceExpandableIndicates whether the Object Inspector treats component properties as expandable subproperties.
GShowReadOnlyPropsIndicates whether the Object Inspector displays published read-only properties.
RegisterComponentEditorProc
RegisterComponentGuidelinesProc
RegisterCustomModuleProc
RegisterDesignDragObjectProc
RegisterDesignNotificationProc
RegisterDragTargetProc
RegisterIDropTargetProc
RegisterPropertyEditorProc
RegisterPropertyInCategoryProc
RegisterPropertyMapperProc
RegisterSelectionEditorProc
SetPropertyEditorGroupProc
UnregisterDesignNotificationProc

Constants

MaxIdentLengthMaxIdentLength: Integer = $3F;