FireDAC.Stan.Param.TFDMacros

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDMacros

Delphi

TFDMacros = class(TCollection)

Properties

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

Description

Represents a collection of TFDMacro objects.

Each TFDMacros object has an owner, a reference, and an OnChanged event.

Use the properties and methods of TFDMacros to:

  • Access a specific macro variable
  • Add or delete macro variables from the list
  • Get or set values of macro variables
  • Search for a macro variable in the list

See Also