IBX.IBCustomDataSet.TIBCustomDataSet.Plan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Plan: String read GetPlan;

C++

__property System::UnicodeString Plan = {read=GetPlan};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Indicates the PLAN portion of the dataset's SELECT query.

Read the Plan property to determine the PLAN clause in the query specified by QSelect.