F
F
foonfyrick2021-12-14 16:36:48
1C
foonfyrick, 2021-12-14 16:36:48

Is it necessary to create a new instance to get methods in an object module?

I watched the video, they talked about the object module, but the methods that are located there were accessed than the object received by the .CreateElement() function, and if I want to access the methods of the object module through a directory object that was not created programmatically, then how is it do? I have, for example, a Warehouse Directory, how can I call its module methods?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Nagibovich, 2021-12-14
@foonfyrick

The object module is (as the name suggests) available to the object. For DirectoryStore, you can write methods in the manager module and use them without creating an object.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question