Bde.DBTables.TSessionList.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TSessionList |
説明
アプリケーションで利用できるセッションの数を示します。
Count プロパティを読み出すと,利用可能なセッションの数がわかります。Count を使用すると,利用可能なセッションのリストを繰り返し処理して汎用のアクションをすべてのセッションで実行できます。アプリケーションからインデックス番号を使ってセッションにアクセスできる Session プロパティとともに使用することにより,Count プロパティは Sessions に格納するインデックスの最大数(Count - 1)を表します。