DesignIntf.IDesignPersistent Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. | 
| Equals | public | Determines whether the current instance of IDesignObject is the same as the object passed as parameter. | 
| GetClassName | public | Returns the name of the class for the current instance. | 
| GetClassType | public | Returns the class of the object. | 
| GetComponentIndex | public | Returns the index of the design object if the design object is a component. | 
| GetComponentName | public | Returns the name of the design object as it appears in code, if the design object is a component. | 
| GetIsComponent | public | Determines whether the current instance of IDesignObject is a component. | 
| GetNamePath | public | Returns the name of the design object as it appears in the Object Inspector. | 
| GetPersistent | public | Returns a TPersistent object. | 
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. | 
| Release | public | Decrements the reference count for this interface. | 
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |