DesignIntf.IDesigner170 Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActivatepublicActivates the form designer's window.
AddRefpublicIncrements the reference count for this interface.
CanPastepublicIndicates whether the user can paste the contents of the clipboard into the designer.
ChainCallpublicUsed internally when creating event methods that call another event handler inherited from a frame.
ClearSelectionpublicClears the contents of the selected component or components.
CopySelectionpublicCopies the selected component or components to the Windows clipboard
CreateComponentpublicCreates a specified component.
CreateCurrentComponentpublicCreates an instance of the component that is currently selected on the component palette.
CreateMethodpublicCreates an event handler for an event.
CutSelectionpublicCopies the selected component or components to the Windows clipboard
DeleteSelectionpublicDeletes the selected component or components
EditpublicDisplays the component editor for the specified component.
FindRootAncestorpublic
GetActiveClassGrouppublicReturns the class that activated the class group.
GetAncestorDesignerpublicReturns the value of the AncestorDesigner property.
GetAppDataDirectorypublicReturns the path to the Application Data folder.
GetBaseRegKeypublicReturns the name of the registry key or file where the form designer saves option values.
GetComponentpublicReturns the component with the name passed as a parameter.
GetComponentNamepublicReturns the name of the component passed as its parameter.
GetComponentNamespublicExecutes a callback for every component that can be assigned a property of a specified type.
GetDesignerExtensionpublicReturns the extension of the form designer.
GetIDEOptionspublicReturns an interface for reading and writing option values.
GetIsDormantpublicReturns the value of the IsDormant property.
GetMethodNamepublicReturns the name of a specified event handler.
GetMethodspublic
GetObjectpublicReturns the persistent object with the name passed as a parameter.
GetObjectNamepublicReturns the name of the object passed as its parameter.
GetObjectNamespublicExecutes a callback for every object that can be assigned a property of a specified type.
GetPathAndBaseExeNamepublicReturns the fully-qualified path name for the IDE's executable.
GetPrivateDirectorypublicReturns the private directory for the form designer.
GetProjectModulespublicExecutes a callback for every module being edited by the form designer.
GetRootpublicReturns the current entity being edited by the form designer.
GetRootClassNamepublicReturns the class name for the root component.
GetScrollRangespublicReturns the size of the logical designer window.
GetSelectionspublicFills a list with all selected components on the current root object.
GetShiftStatepublicReturns the current state of the Shift, Alt, and Ctrl keys.
IsComponentHiddenpublicIndicates whether a component does not appear directly in the form designer.
IsComponentLinkablepublicIndicates whether a component is declared in a unit used by the current root object.
IsSourceReadOnlypublicIndicates whether the source file for the component being designed is read-only.
MakeComponentLinkablepublicMakes the unit for a component usable by the root unit.
MethodExistspublicSpecifies whether the given method exists in the unit that contains the form.
MethodFromAncestorpublicSpecifies whether a method is implemented in the parent class.
ModalEditpublicPasses a keystroke to a modal editor.
ModifiedpublicNotifies property and component editors when a change is made to a component.
ModuleFileNamespublicIndicates the files associated with the current root object.
NoSelectionpublicDeselects all components in the form designer.
PasteSelectionpublicPastes the contents of the clipboard into the selected component or components.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
RenameMethodpublicRenames an existing event handler.
ResurrectpublicThe designer is becoming active after having been dormant.
RevertpublicRestores a specified property to its value before any edits were made.
SelectComponentpublicSelects the component designated by ADesignObject.
SelectItemNamepublicSelects the object that is the implementation of a specified property.
SetSelectionspublicChanges the currently selected set of components.
ShowMethodpublicActivates the code editor with the input cursor in a specified event handler.
SupportspublicIndicates whether a given interface supports a specific (another) interface.
UniqueNamepublicGenerates a unique name from a specified base string.