RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSIntf.dsIsVisible Constant
Pascal
dsIsVisible = not (dsRecDeleted or dsRecOrg or dsUnused);
C++
dsIsVisible = not (dsRecDeleted or dsRecOrg or dsUnused);

DSIntf

This is constant DSIntf.dsIsVisible.

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