Answer the question
In order to leave comments, you need to log in
Qt: similar to dynamic_cast
What is the standard way to handle events in Embarcadero Delphi/Builder?
We double-click on the desired event, and the automation generates something like this code.
void acRunExecute(TObject* Sender)
{
// тут писать код
}
dynamic_cast<TAction*>(Sender)->Tag
. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question