RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.Ranged Property

Specifies whether a range has been applied to the table.

Pascal
property Ranged: Boolean;
C++
__property Boolean Ranged;

Use the Ranged property to find out whether a range has been applied to the table. By default, Ranged is False, meaning that no range has been applied to the table.

Note: Ranged is a read-only property.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!