Hook Question

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
dcrider
Posts: 67
Joined: Sun Sep 29, 2019 11:03 am
Contact:

Hook Question

Post by dcrider » Tue Aug 25, 2020 10:10 am

I would like to add a column to ContrFamily.splitSuperClones.gridFamily. Would the plugin that already exists at "ContrFamily.ModuleSelected_end" be the hook I should access?

I usually work with forms that have hooks in the Load method, but I noticed that top-level controls like ContrFamily don't have that method. Just want to make sure I'm looking in the right place, or if I need to request a hook to be added.

User avatar
dcrider
Posts: 67
Joined: Sun Sep 29, 2019 11:03 am
Contact:

Re: Hook Question

Post by dcrider » Tue Aug 25, 2020 11:09 am

I think I answered my own question. I probably want to use ContrFamily.RefreshModuleScreen_end instead

Post Reply