Gets the number of registered ALID. If this value is 0, none is registered.
構文
戻り値
使用例
|
Dim lALIDCount As Long
lALIDCount = .ALIDCount
|
|
long lALIDCount = m_ctrl.GetALIDCount();
|
特記事項
Read-only property.
Since ALIDCount property returns the number of registered ALID, available index range is between 0 and (ALIDCount – 1). Use ToALID method to convert index into ALID.
参照
|