[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mnFields.pas line 216
type TmnFields = class(TmnCustomFields,IFields) |
||
protected |
||
function CreateField; virtual; |
|
|
procedure SetValues(); |
|
|
function GetValues(); |
|
|
function GetIField(); |
|
|
function GetCount; |
|
|
public |
||
function QueryInterface(); |
|
|
procedure LoadFromStream(); virtual; |
|
|
procedure SaveToStream(); virtual; |
|
|
procedure LoadFromFile(); |
|
|
procedure SaveToFile(); |
|
|
function AddItem(); overload; |
|
|
function Add(); |
|
|
function Put(); overload; |
|
|
function IsExists(); |
|
|
function FindField(); virtual; |
|
|
function FindByName(); |
|
|
function IndexOfName(); |
|
|
function RemoveByName(); |
|
|
procedure Clean; virtual; |
|
|
property FieldByName []: TmnField; [r] |
|
|
|
||
property Exists []: Boolean; [r] |
|
|
property Values []: Variant; default; [rw] |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |