Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Can I define MyType that can contain only these values?

delphi delphi-xe2

What does the cast AnsiString (myPAnsiChar) actually do?

delphi

FireMonkey equivalent to Application.OnMessage?

delphi firemonkey

How to allow or forbid user to enter tab in pagecontrol?

delphi tpagecontrol

VirtualTreeView component for XE2

FindNext returns file names even when used with faDirectory only

delphi file find delphi-xe

How I can get the element type of an array using RTTI

delphi delphi-xe rtti

How can a console window program be notified when its close button is clicked?

delphi winapi

Delphi compiler Directive list, do we have to place directives before the unit name?

How I can define the IOCTL_ATA_PASS_THROUGH in delphi?

c++ delphi winapi delphi-xe

How do I omit the leading 0 from a 128C bar code?

delphi barcode fastreport

What's the best way to URLEncode a file name in Delphi?

WM_COPYDATA: Can the receiver modify the COPYDATASTRUCT contents?

Delphi XE2 VCL styles, remove a style or disable a class skinning from a TLabel

How i can popup a context menu in a treeview but just in some particular treenodes?

delphi

Protection against Resource Hacker

delphi delphi-7

How to import an Excel file into Access database, using delphi

AnsiString To Stream

Unable to click custom control in design time

Does it violate encapsulation for interface property accessors to be public?