[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaactivex.pas line 277
type IStream = interface(ISequentialStream) |
function Seek(); |
function SetSize(); |
function CopyTo(); |
function Commit(); |
function Revert; |
function LockRegion(); |
function UnlockRegion(); |
function Stat(); |
function Clone(); |
end; |
| |
| |
IInterface |