Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-db]

TFields

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: db.pas line 1326

type TFields = class(TObject)

protected

  procedure ClearFieldDefs;

  procedure Changed;

  procedure CheckfieldKind();

  function GetCount;

  function GetField();

  procedure SetField();

  procedure SetFieldIndex();

  property OnChange: TNotifyEvent; [rw]

  property ValidFieldKinds: TFieldKinds; [r]

public

  constructor Create();

  destructor Destroy; override;

  procedure Add();

  procedure CheckFieldName();

  procedure CheckFieldNames();

  procedure Clear;

  function FindField();

  function FieldByName();

  function FieldByNumber();

  function GetEnumerator;

  procedure GetFieldNames();

  function IndexOf();

  procedure Remove();

  property Count: Integer; [r]

  property Dataset: TDataSet; [r]

  property Fields []: TField; default; [rw]

end;

Inheritance

TFields

|

TObject


Documentation generated on: 2023-03-18