[Gambas-user] Set/GetProperty/Find Method feature request
Jussi Lahtinen
jussi.lahtinen at gmail.com
Sat May 23 19:23:47 CEST 2020
Object name as it is declared?
Dim hMyObject As SomeObject
So you would like to find things with "hMyObject"?
Jussi
On Sat, May 23, 2020 at 7:07 PM Peter Bauer <pebauer68 at gmail.com> wrote:
> Hello,
> 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 ?
> Gambas builtin:
> Static Function GetProperty ( Object As Object, Property As String ) As
> Variant
> I would need these often:
> Static Function GetProperty ( Object Name As String, Property As String )
> As Variant
> Static Function FindObject ( Object Name As String) As Object
> BR,
> Peter
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20200523/e570cb2f/attachment.html>
More information about the User
mailing list