delphi-prism Questions
3
Solved
I need to have a toolstrip label and its back color changed during runtime, but no matter what I do. It just won't change its backcolor, even though they give option to change its backcolor. Why is...
Elegancy asked 7/11, 2011 at 13:55
5
Solved
Is it somehow possible to use the Delphi language (or Prism if absolutely necessary) to develop programs for the Android platform ?
Any starting point ?
Gopherwood asked 18/9, 2010 at 6:14
2
Solved
I have a custom made dialog winform. On it I have a label, textbox and 2 buttons (OK and Cancel). It also declares and defines overloaded execute methods for passing different parameter list.
Dial...
Joejoeann asked 1/11, 2011 at 19:17
1
Solved
I have two classes - base class and inherited class as follows.
Base Class:
TAlarm = class(System.Object)
private:
protected:
public:
constructor (tag:TTagname);
end;
inherited class:
TAlarm...
Mcshane asked 29/8, 2011 at 20:27
2
Solved
I am trying to cause TButton Click event from within TListBox doubleclick event by simply calling:
Button1.Click;
I am always able to do that under Delphi XE and version below it, but now it is ...
Ginoginsberg asked 9/8, 2011 at 15:43
2
Solved
I know that since "native" delphi and delphi.net are different technologies it is unlikely to produce a tool that can migrate your old dfm forms to win forms for delphi prism. However is there a to...
Dulosis asked 28/9, 2010 at 3:20
5
Solved
This code in a GUI application compiles and runs:
procedure TForm1.Button1Click(Sender: TObject);
begin
Self := TForm1.Create(Owner);
end;
(tested with Delphi 6 and 2009)
why is Self writable...
Tobiastobie asked 2/5, 2009 at 10:0
4
Solved
This may seem an easy question, but not to me, also a search has led to nothing. Up until now the only .net programming I have done is with Delphi Prism. With Prism I can do things like:
var l := ...
Bombazine asked 26/3, 2010 at 6:33
2
We try to pass a string from a native Delphi program to a Delphi Prism DLL.
We have no problem passing integers, but strings are mismatched in the DLL.
We saw Robert Love's code snippet in response...
Burchell asked 16/2, 2010 at 13:24
1
Solved
I've just compared the Delphi 2009 VCL/RTL code to the 2010 one.
I noticed that there are many $IF DEFINED(CLR) conditional defines and they got more in the 2010 version.
I thought that these con...
Smother asked 5/2, 2010 at 20:17
5
Solved
First of all (before this question get down voted): I am a developer developing 99,99% of my programs using Delphi targeting Win32 (developing in Delphi 7 still, very slowly migrating to Delphi 201...
Geddes asked 8/1, 2010 at 18:6
3
Anybody know any plugin for Visual Studio 2008 that has the ability to "Structural Highlighting" and Syntax support for Delphi-Prism.
Currently use Castalia and CnPack, but just work on Rad Studio...
Disrate asked 3/9, 2009 at 8:7
1
Solved
I need to import some XML schemas.
In Delphi, I would use the the XML Data Binding Wizard to generate the Pascal code from the schemas.
Is there something like that in Delphi Prism to avoid writing...
Labiovelar asked 27/5, 2009 at 18:56
1
© 2022 - 2024 — McMap. All rights reserved.