In an Delphi MDI application i can use the Tile,Cascade and ArrangeIcons procedures to organize my child windows, this methods only works when the FormSt开发者_如何转开发yle property is set to fsMDIFo
I just activated the themes in my W开发者_开发问答indows XP (usually I work using the classic Win9x look) and I have seen that two panels are pure black. Other panels are ok (color = clBtnFace).
I have a TQuery object, pointed to a dBase database and I\'m wondering how I should go about parameterizing my insert statement.
Im using Rave report tool to making reports for my applications written by Delp开发者_开发问答hi 7.
In Delphi I have a structure like this: TCustomerInfo = Packed Record CustomerNo: Integer; FirstName: String[50];
Is it possible to set the \"Version Info\" settings from code? I\'d like to set the version numbering and the value for the \"Comments\" pro开发者_运维问答perty without using the project options dialo
I want to align a certain component to Align=alLeft on the panel, occupying the whole left side of the panel. Then also have another component set to Align=AlTop, but not having predominance over the
I had all kind of problems with Indy and following someone’s recommendations (at stackoverflow) I have updated to the latest version of Indy - at least this is what I intended to do.
I am trying to access files that are st开发者_Python百科ored as Jpeg files, is there an easy way to display these image files without performance loss ?You can load the JPeg file using an instance of
You are familiar with this block: Var mySet: Set Of Char; C:开发者_运维知识库 Char; begin mySet := [\'a\', \'b\', \'c\'];