FireDAC.Stan.Param.TFDParams

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDParams

Delphi

TFDParams = class(TCollection)

Properties

Type Visibility Source Unit Parent
class public FireDAC.Stan.Param.pas FireDAC.Stan.Param FireDAC.Stan.Param

Description

TFDParams manages a list of TFDParam objects.

Each TFDParams has an owner, a bind mode, and a reference.

Use the properties and methods of TFDParams to:

  • Access a specific parameter.
  • Add or delete a parameter from the list.
  • Get or set values of individual parameters.
  • Search for a parameter through the list.

See Also