<< Click to Display Table of Contents >> Navigation: Apollo API Listing > sx_IndexCondition |
Declare Function sx_IndexCondition Lib "Apollo9.dll" () As String
LONG FAR PASCAL sx_IndexCondition (VOID);
Extracts the conditional expression from the current index.
The conditional xBase expression is returned as a string. A zero length return string indicates no condition is present.
Dim CondStr As String
CondStr = sx_IndexCondition()
BYTE caCondition[256];
lstrcpy((LPSTR) caCondition, (LPSTR) sx_IndexCondition());