<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloTable > TApolloTable Methods > IndexCondition |
Declaration
function IndexCondition: String;
Description
Extracts the conditional expression from the current index.
Return Value
The conditional xBase expression is returned as a string. A zero length return string indicates no condition is present.
Delphi Example
// Get the currently active index FOR condition
sCondStr := ApTbl.IndexCondition;
C++Builder Example
// Get the currently active index FOR condition
sCondStr = ApTbl->IndexCondition();
See Also