VS:GetLBEventInfo/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

リストブラウザで最後に実行されたイベントの情報を返します。

FUNCTION GetLBEventInfo(
dialogID :LONGINT;
componentID :LONGINT;
VAR eventType :INTEGER;
VAR rowIndex :INTEGER;
VAR columIndex :INTEGER) : BOOLEAN;
def vs.GetLBEventInfo(dialogID, componentID):
    return (BOOLEAN, eventType, rowIndex, columIndex)

Parameters

dialogID LONGINT ダイアログ番号
componentID LONGINT リストブラウザ番号
eventType INTEGER
rowIndex INTEGER クリックされた行の番号
columIndex INTEGER クリックされた列の番号

Version

利用可能バージョン: VectorWorks12.0