Forum Discussion
motorola
14 years agoContributor
okay, separately, wildcards are used to replace none to several characters, while nativedelphiobject is used to access native delphi methods. Can anybody give an example on how wildcards in nativedelphiobject.name is useful? In my mind, lets say an object is assigned nativedelphiobject.name as "frmTask*" I think it would be silly when we try to, say, call frmTask*.Enabled=true in my script, right? how do we use it? thanks