DesignIntf.IDesignWindow Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
DesignerClosedpublicCalled when the form designer is closed.
DesignerOpenedpublicCalled when the form designer is opened.
ItemDeletedpublicCalled when the item passed as parameter has been deleted from the form designer.
ItemInsertedpublicCalled when the item passed as parameter has been inserted on the form designer.
ItemsModifiedpublicCalled when one or more items were modified.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SelectionChangedpublicCalled when the selected components on a form designer change.
SupportspublicIndicates whether a given interface supports a specific (another) interface.
WindowHidepublicCalled when the window must be hidden, such as when the IDE is debugging.
WindowShowpublicCalled when the window needs to be reshown, such as when the IDE stops debugging.