FireDAC.Comp.Script.TFDScript.OnReleaseText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnReleaseText: TFDGetTextEvent read FOnReleaseText write FOnReleaseText;

C++

__property TFDGetTextEvent OnReleaseText = {read=FOnReleaseText, write=FOnReleaseText};

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

The event fires when a script engine needs to release a reference to a stream.

Use the OnReleaseText event handler to release a reference to a text stream, after it was acquired using the OnGetText event handler and it is not used by the script engine anymore.

See Also