VS:ResList DlgInit
From Vectorworks Developer
(Redirected from VS:ResList DlgInit/)
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Use this call during dialog initialization to associate a popup control or resource popup and initialized by the ResList_* calls of the uniqueID identifying the resource list data.PROCEDURE ResList_DlgInit(
uniqueID :STRING;
dlgID :INTEGER;
ctrlID :INTEGER);
def vs.ResList_DlgInit(uniqueID, dlgID, ctrlID): return None
Parameters
uniqueID STRING dlgID INTEGER ctrlID INTEGER