<< Click to Display Table of Contents >>
GetOZParamNames
추가된 사용자 패러미터 이름을 모두 가져옵니다.
Prototype
array GetOZParamNames()
Example
var dm = This.GetDataModule();
var OZParamNames = new Array();
OZParamNames = dm.GetOZParamNames();