[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaactivex.pas line 251
| type IPersistStream = interface(IPersist) | 
| function IsDirty; | 
| function Load(); | 
| function Save(); | 
| function GetSizeMax(); | 
| end; | 
| | | 
| | | 
| IInterface |