<div dir="ltr"><div>Hello,</div><div>Would it be possible to please extend the Set/GetProperty Method by allowing to pass the oo by a String Name ? Is there a find object per name(String) method available ?</div><div>Gambas builtin:</div><div>Static Function GetProperty ( Object As Object, Property As String ) As Variant</div><div>I would need these often:</div><div>Static Function GetProperty ( Object Name As String, Property As String ) As Variant</div><div>Static Function FindObject ( Object Name As String) As Object   </div><div>BR,</div><div>Peter</div></div>