[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpdatadict.pp line 312
type TDDSequenceDefs = class(TIniCollection) |
public |
constructor Create; |
function AddSequence(); |
function IndexOfSequence(); |
function FindSequence(); |
function SequenceByName(); |
property DataDictionary: TFPDataDictionary; [r] |
property Sequences []: TDDSequenceDef; default; [rw] |
property OnProgress: TDDProgressEvent; [rw] |
end; |
| |
TObject |