I wish to add a context menu to the (just the) tab of a TPageControl as distinct from the tab area (e.g like Delphi does to offer file/page开发者_如何学Python options). I know I can do this with TRzPa
I am a new user in CBuilder Programming. I am writing HTTP Server application, which receives mixed data:both text and a binary data at a time. But I don\'t know which component and how to use to pars
I have a record type with methods, representing an specific hardware measurement type, read from the instrument as a string. The record contains implicit coversion to (and from) a string. If I cast a
I am trying to write a SQL Statement for Interbase. Whats wrong with this SQL? md_master (trm) = Master Table
I currently have the following code: while not (sqlMailMergeData.Eof) do begin if sqlMailMergeData.FieldByName(\'Email\').AsString <> \'\' then
Can anyone tell me where to find a list of the开发者_如何学JAVA \"pseudo\" environment variables available in RAD Studio? The ones like $(Platform), $(Config), and so on. Specifically, I want one whic
I have been asked to add map support from one of any number of map APIs to a geographical display in our software.The display currently shows geographical coordinates, such as a series of GPS fixes; w
Is there a way of getting the window title from a Word.Application OLE object? I\'d like to use it to try get the window using FindWindow.
I\'m having some difficulties using ClientDataSet.StatusFilter := [usDeleted]. It doesn\'t do anything. I\'m having my ClientDataSet hooked up to a Provider.
Is there some similar feature in Java as \'attributes\' in Delphi ? Example explanation of Attribute开发者_如何学运维s in Delphi: