[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_crwapi.pas line 848
type IRfaDataBaseWrap = interface(IPluginWrap) |
function GetAccessible(); |
function GetAsDouble(); |
function GetAsString(); |
function GetXRayLine(); |
function GetAtomSymbol(); |
function GetFieldName(); |
function GetLineName(); |
function GetCrossSectionTableCount(); |
function GetCrossSectionTable(); |
function FindAtom(); |
function FindLine(); |
function FindCrossSection(); |
property Accessible []: Boolean; [r] |
property AsDouble []: Double; default; [r] |
property AsString []: LongString; [r] |
property XRayLine []: TRfaXRayLine; [r] |
property AtomSymbol []: LongString; [r] |
property FieldName []: LongString; [r] |
property LineName []: LongString; [r] |
property CrossSectionTableCount []: Integer; [r] |
property CrossSectionTable []: Double; [r] |
end; |
IUnknown |
? |