IBX.IBCustomDataSet.TIBDataSetUpdateObject.RefreshSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RefreshSQL: TStrings read FRefreshSQL write SetRefreshSQL;

C++

__property System::Classes::TStrings* RefreshSQL = {read=FRefreshSQL, write=SetRefreshSQL};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSetUpdateObject

Description

Provides the ability to directly access the SQL object encapsulating the RefreshSQL statement.

Use RefreshSQL to access the SQL object that encapsulates the RefreshSQL statement.