[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_crwapi.pas line 1185
type ILongIntVectorWrap = interface(IPluginWrap) |
procedure Lock; |
procedure UnLock; |
function GetLength; |
procedure SetLength(); |
function GetOrigin; |
procedure SetOrigin(); |
function GetExceptions; |
procedure SetExceptions(); |
function GetItem(); |
procedure SetItem(); |
function GetItemPtr(); |
property Length: LongInt; [rw] |
property Origin: LongInt; [rw] |
property Exceptions: Boolean; [rw] |
property Item []: LongInt; default; [rw] |
end; |
IUnknown |
? |