FireDAC.Comp.Script.TFDScript.OnReleaseText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property OnReleaseText: TFDGetTextEvent read FOnReleaseText write FOnReleaseText;

C++

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

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