VS:GetFldName/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:30, 12 August 2013

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

Description

レコードフィールドの名前を返します。

FUNCTION GetFldName(
h :HANDLE;
index :INTEGER) : STRING;
def vs.GetFldName(h, index):
    return STRING

Parameters

h HANDLE レコードのハンドル
index INTEGER レコードフィールド番号(1からnの範囲)

Example

FName:=GetFldName(HandleToRecord,1);

Version

利用可能バージョン: MiniCAD