Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged delphi

0 votes
1.3k views
1 answer
    I have a TListView component in a form. It's quite long and I want user to able scroll it, if mouse is over ... can I do that? Regards, evilone See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
930 views
1 answer
    I need to create a form (using CreateWindow functions) without any help from the VCL (or any visual control) ... download a sample besides MSDN? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    I need to paint a square image, mapped or transformed to an unknown-at-compile-time four-sided polygon. ... only algorithmic information too. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an app, which has multiple forms. All these forms have a PopupMenu. I build the menu items ... get around this? Thanks GS See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    Usually, I use: ShellExecute(0, 'OPEN', PChar(edtURL.Text), '', '', SW_SHOWNORMAL); How can I have the ... on all platforms (Windows and OSX)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    I asked a similar question about implicit interface variables not so long ago. The source of this question was ... of the interface variable. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
984 views
1 answer
    I need to set a hot key at the operating system level, that once set will call whatever I tell it to call. ... open so that the hot key works. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    In Delphi 2007 you can store a UTF-8 string in a WideString and then pass that onto a Win32 function, e.g. ... (PWideChar(UTF8Str), ...) end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Is there a way to specify which monitor a application appears on in Delphi or C++Builder? I am developing a ... second monitor after it starts. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Can I display the result of a loop in the console window in a VCL application for debugging purposes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
989 views
1 answer
    I'm trying to protect a local database that contains sensitive info (similar to this question, only for delphi ... this DPAPI in Delphi? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
928 views
1 answer
    I have this craving to do some experiments with modifying the underbelly of the Delphi run time library (RTL), ... google won't confirm it.) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
908 views
1 answer
    I'm a member in a team that develop a Delphi application. The memory requirements are huge. 500 MB is normal but in ... running in a 64 bit OS ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    I need a component for entering ranges. I was thinking along the lines of a trackbar with two markers. Are ... that can simulate it easily? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have an application that writes program settings to the windows registry that is absolutely necessary so.storing to ... add my own manifest? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    Hi I want to retrieve HDD unique (hardware) serial number. I use some functions but in Windows Seven or ... it without run as Administrator? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I don't know which of those three methods suits me most. They all work for me. Does anyone know the ... between Refresh, Update and Repaint? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
849 views
1 answer
    What's the difference between parameters declared with var and those declared with out? How does the compiler treat ... have on the matter? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
994 views
1 answer
    Normally, in Delphi one would declare a function with a variable number of arguments using the 'array of const ... on sourceforge for details). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    Say you have a menu item and a button that do the same task. Why is it bad practice to put the code for ... by both the menu and the button See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    I've been mucking around with Allen Bauer's code for a generic multicast event dispatcher (see his blog posts ... returns, an AV is raised. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
709 views
1 answer
    What is the difference between TFuncOfIntToString = reference to function(x: Integer): string; and TFuncOfIntToString = ... use the of object See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is there an official way for an application to determine if it is running in VMWare or Virtual PC (or whatever ... am sure I can convert it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
883 views
1 answer
    Is there any windows application process interface to read selected/highlighted text from foreground window . See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    This code gives me an error message: [Error] Unit1.pas(52): Undeclared identifier: 'Edit1'. procedure SetTCPIPDNSAddresses( ... how do I fix it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I saw Stack Overflow question How to switch a process between default desktop and Winlogon desktop?. And I have ... .Message); end; end. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I found this question on Experts-Exchange. Control's OnExit eats up mouseup event for new control when showing ... clicked. Is that possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    In VCL I had ImageList to store images. In FireMonkey there is no ImageList control. How do I store images in FireMonkey for later use? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...