Working wiht "Custom controls" in script
I created my "TfrxCustomcontrol", it works fine, but I can't set property of that control in event "DialogPage1OnShow", it's said "Unknown type :TfrxMyCustomControl"
I also create a module for registering a component in the script system
using
AddClass(TfrxCustomcontrol, 'TfrxDialogControl');
I also create a module for registering a component in the script system
using
AddClass(TfrxCustomcontrol, 'TfrxDialogControl');