VS:GetLBMultImageIndexes/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

リストブラウザの複数イメージ表示にあるイメージの番号を返します。

FUNCTION GetLBMultImageIndexes(
dialogID :LONGINT;
componentID :LONGINT;
itemIndex :INTEGER;
subItemIndex :INTEGER;
VAR imageIndex0 :INTEGER;
VAR imageIndex1 :INTEGER;
VAR imageIndex2 :INTEGER) : BOOLEAN;
def vs.GetLBMultImageIndexes(dialogID, componentID, itemIndex, subItemIndex):
    return (BOOLEAN, imageIndex0, imageIndex1, imageIndex2)

Parameters

dialogID LONGINT ダイアログ番号
componentID LONGINT リストブラウザ番号
itemIndex INTEGER 行番号
subItemIndex INTEGER 列番号
imageIndex0 INTEGER 1つ目のイメージの「ics8」リソース番号
imageIndex1 INTEGER 2つ目のイメージの「ics8」リソース番号
imageIndex2 INTEGER 3つ目のイメージの「ics8」リソース番号

Version

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