sanggaard
sanggaard
About
- Username
- sanggaard
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thanks
-
Maybe, we aren???t talking about the same. I mean a code completion, like the Delphi editor, where you can write a function/procedure name, and a popup window show the parameters.
-
Hi Again! I would like to pay for it, if you could recommend a person, who will develop it. As you know, I???m looking for an editor control with source completion support for FastScript. Christian
-
Does this "TSynMemo" support code completion?
-
I understand. Do you know a developer, who works on consultant basic, and will be able to create a ???Code Completion????
-
The "Locate" function use the variant type for KeyValues. FindKey use "array of const".
-
What about in the future? I'm trying to create a component inspector with properties og events. I need the possibility to assign these events. Regards Christian
-
I know you can call the procedure via CallFunction. Then I have to write a delphi code event, where I call the script procedure. Is it posible to do it directy, like the ???SetEvent??? procedure, from the RosSky script component? Thanks Chr…
-
In the script, you can assign components events. Example: Button1.OnClick := @Button1Click; How do you assign events from the delphi code, before running the script? I need to assign a buttons onClick event to a prodecure in the script. I ho…