Search Results

5
votes
4answers
805 views

Showing TFrame descendant’s additional properties on the object inspector

Delphi object inspector doesn't show TFrame descendants's additional properties by design. People tend to suggest using a known trick which is commonly used for showing TForm descendant's propertie …
0
votes

Showing TFrame descendant’s additional properties on the object inspector

@TOndrej, Thank you for the answer. I am using Delphi 2007 and i was using "TCustomModule" to register my frame class. (My question text was updated with those informations) I tried your so …
0
votes

Showing TFrame descendant’s additional properties on the object inspector

@Tondrej, Read comments for the problem, thanks in advance. frameunit.dfm : object MyFrame: TMyFrame Left = 0 Top = 0 Width = 303 Height = 172 TabOrder = 0 …
0
votes

Custom component redraw issue with Delphi

Are you using windows Vista? There are some additional codes for vista glass thing in controls in >=delphi2007. It can be a bug related with that. …
1
vote

How best to add Plugin Capability to a Delphi program

If plugins will be developed in Delphi or C++ builder, use packages + interfaces. Delphi OTA is a good example for that. If plugins will be language independent, COM is a good way to go. A …
2
votes

Delphi issue with sharing Image Lists across forms

I put kind of shared things to Datamodules instead of forms. Try with this way. I am not sure but Delphi can have reference resolving problem while project has units from other directories …
0
votes

Delphi Win API CreateTimerQueueTimer threads and thread safe FormatDateTime crashes

For update2 : There is a free IOCP socket components : http://www.torry.net/authorsmore.php?id=7131 (source code in …
0
votes

What’s the idiomatic way to do async socket programming in Delphi?

There is a free IOCP (completion ports) socket components : http://www.torry.net/authorsmore.php?id=7131 (source code inclu …
1
vote

How can I check that Properties linking to components is not “lost”?

I would use OpenCtf It is based on Dunit. OpenCTF 1.1 - Component Test Framework Component Test Framework …
0
votes

Delphi IDE treating TFrame as if it were a Form

You may have to register custom module to the IDE But your additiona …
5
votes

Synchronization for multiple readers, single writer?

There is a class for that purpose in RTL(sysutils) : TMultiReadExclusiveWriteSynchroniser It is very easy to use. You don't need to strictly categorize your threads like re …
14
votes

Delphi 2010 Beta: What’s on your wishlist?

Object friendly databinding and desingtime interaction. Current databinding approach belongs to BDE times! We don't even have properly working DB independent dataset! That old architecture …
2
votes

Will Delphi be there in future ?

(prophecy On) The Delphi community will shrink and shrink 'till Embarcadero makes it open-source. And then it will rise from its ashes. Most of the old Delphi gurus will work for OSD (Open- …
2
votes

Delphi: How to organize source code to increase compiler performance?

U can automatically get rid of unnecesseary unit references, which is very efficie …
0
votes

Copy TClientDataSet contents with field configurations.

Did you try TClientdataset.Clonecursor ? …

1 2 next
15 30 50 per page