[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaactivex.pas line 719
| type IPropertyStorage = interface(IUnknown) | 
| function ReadMultiple(); | 
| function WriteMultiple(); | 
| function DeleteMultiple(); | 
| function ReadPropertyNames(); | 
| function WritePropertyNames(); | 
| function DeletePropertyNames(); | 
| function Commit(); | 
| function Revert; | 
| function Enum(); | 
| function SetTimes(); | 
| function SetClass(); | 
| function Stat(); | 
| end; | 
| | | 
| IInterface |