TDrawButton.ScriptOnClick
redirigé depuis TDrawButton.GetScriptOnClick
| TDrawButton = class (TDrawObject) | Interface de TDrawButton | Exemples de TDrawButton |
Lecture/écriture du script associé à un bouton
Syntaxe
property ScriptOnClick: String read GetScriptOnClick write SetScriptOnClick
Exemples
uses UGraphicalViews;
var btn:=TDrawButton.Connect('btn1');
btn.ScriptOnClick:="InformationDlg('hello');";
var btn:=TDrawButton.Connect('btn1');
btn.ScriptOnClick:="InformationDlg('hello');";