RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IEnumActionFieldValueRecords.FindPopulatedRecord Method

Detects whether any of the records of the request contain data.

Pascal
function FindPopulatedRecord: Boolean;
C++
__fastcall Boolean FindPopulatedRecord();

Call FindPopulatedRecord to determine whether any of the records on which you can position the request contain field values. FindPopulatedRecord returns true if there is at least one record on which you can position the request and then obtain a non-empty IActionFieldValues interface. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!