バージョン

ControlDataRecordCollection コンストラクタ(BaseGrid)

メイン コントロールへの参照でコレクションを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal controlMain As BaseGrid _
)
public ControlDataRecordCollection( 
   BaseGrid controlMain
)

パラメータ

controlMain
コレクションが属するグリッドへの参照。
参照