Specifies if TCustomSmartQuery is in view mode.
TSmartState = (dsView);
Value | Meaning |
---|---|
dsView |
|
Check the SmartState property to learn whether TCustomSmartQuery is in view mode.
TCustomSmartQuery is in view mode (SmartState is dsView) after calling View method.