4d / 4D-Plugin-SDK

4D Plugin SDK
MIT License
17 stars 10 forks source link

Execute Collection methods #14

Closed heubachmedia closed 4 years ago

heubachmedia commented 5 years ago

Currently it is not possible to execute Collection (PA_CollectionRef) methods like:

coll.push()

guillaume-kotulski commented 5 years ago

The command push can be emulated by PA_SetCollectionElement. Which specific command would you like to add ?

Edit: We have registered your feature request to get a more generic way to call all the methods of a Collection.

heubachmedia commented 5 years ago

Which specific command would you like to add ?

Generic, all commands: orderBy(), indices(), query …

Same with ORDA.

heubachmedia commented 5 years ago

We also need a PA_DuplicateCollection (like PA_DuplicateObject). Because i cannot call collection-methods i cannot deep-copy a collection!

guillaume-kotulski commented 5 years ago

The feature will arrive in the future version of 4D.

heubachmedia commented 5 years ago

v18 or 17R6?

guillaume-kotulski commented 5 years ago

Normally 17R6