Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Delphi
0
votes
997
views
1
answer
delphi - Record video from camera on Android to mp4
There seems to be TVideoCaptureDevice in FireMonkey (Delphi XE6), but on official documentation, capturing process ends ... find any answer... See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
932
views
1
answer
delphi - How to patch a method in Classes.pas
I need to patch a method in Classes.pas (TReader.ReadString - I want to force it to use a specified codepage, ... to patch a method at runtime? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
914
views
1
answer
delphi - What is the difference between WideChar and AnsiChar?
I'm upgrading some ancient (from 2003) Delphi code to Delphi Architect XE and I'm running into a few problems. I ... to use or how to fix this. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
864
views
1
answer
delphi - Why are my units "compiled with a different version" of my own files?
I'm building a program that uses plugins. Unfortunately, the plugin framework's dynamic linking forces the RTL ... generics problems fixed soon. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.4k
views
1
answer
delphi - Adding a calculated field to a Query at run time
I'm getting data using a query in Delphi, and would like to add a calculated field to the query before it runs. ... fields I'm using as well? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.3k
views
1
answer
delphi - How to save a file on Android? (Firemonkey)
How can I save a file locally on an Android device, using Delphi (XE5, Firemonkey)? Something as simple as Memo. ... .txt". Not a directory." See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
963
views
1
answer
delphi - How to check a DLL if a function exists?
I'm working on something which dynamically loads specially formulated DLL's. I need to be able to check the DLL ... finally L.Free; end; end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.1k
views
1
answer
delphi - Best Icon size for displaying in the tray
I am working on a Delphi program which will display an icon on the "tray". I am doing it "the ... tray using Shell_NotifyIcon from a ListImage? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
852
views
1
answer
delphi - When does a ShortCut fire?
Yesterday I discovered a situation wherein a keyboard ShortCut did not fire when I was expecting it to. The specific ... or do they not fire? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.2k
views
1
answer
delphi - How to view output of OutputDebugString?
I want to use OutputDebugString() in my application and then have the option to show it in a separate viewer ... solution. Is there a solution? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.0k
views
1
answer
delphi - How to hide an application from taskbar in Windows 7?
I would like to hide an application from the Windows 7 taskbar. I want to make something like a toolbar on ... could prevent it from working? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
844
views
1
answer
delphi - How can I detect that a TadoConnection lost the communication with the server?
I need to detect when a TAdoConnection component has lost the connection with the server. I've tried using the ... that the connection was lost? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
850
views
1
answer
delphi - usage of property vs getters/setters in business classes
When dealing with buisness classes, like the typical Customer and Employee classes, is it better to use ... with parameterless methods)? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.1k
views
1
answer
delphi - Converting UnicodeString to AnsiString
In the olden times, i had a function that would convert a WideString to an AnsiString of the specified code-page: ... the VCL will fall in line. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
829
views
1
answer
delphi - Some XE2 Programs Don't Show new executable Icons In Windows Explorer
I have several programs written in Delphi XE2 that were converted from Delphi 2005, which under Windows 7 would ... have any thoughts on this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.3k
views
1
answer
delphi - How to see progress of query execution during handle?
I used the following code in delphi for handle : procedure TForm1.ADOQuery1FetchProgress(DataSet: TCustomADODataSet; ... i represented you? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
854
views
1
answer
delphi - How do Integer flags work?
I do not understand how flags work and would appreciate some help and a link to a tutorial to try and understand ... I need to make this work? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
975
views
1
answer
delphi - Error on LoadURL with TChromium
I found the brilliant Delphi Chromium project for embedding Chrome in a Delphi form. It works well in Delphi7 after ... anyone got this to work? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.2k
views
1
answer
delphi - Simple TListView OwnerDraw Text Font Size and Color example?
I am trying to owner draw a List View control in report-mode with 4 columns, using OnCustomDrawItem. When I try to ... [fsBold]; // WORKS! end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.3k
views
1
answer
delphi - Transparent Png to TBitmap32
I have a png that i would like to load in a TBitmap32. After I load the bitmap I call: Bitmap.DrawMode := ... . And this is the actual image: See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
953
views
1
answer
delphi - TWebBrowser crashes with embedded Youtube clips
Here is my code: type TForm1 = class(TForm) WebBrowser1: TWebBrowser; Button1: TButton; Button2: TButton; ... my application ever since. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
927
views
1
answer
delphi - How to get the Process Environment Block (PEB) from extern process?
I want to get the PEB from the "notepad.exe" process. Does someone know how to do it? ... with EnumProcessModules or CreateToolhelp32Snapshot. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.1k
views
1
answer
delphi - How to load a small system icon?
I need to display 16x16 pixel icons for error/warning/information. Unfortunately both LoadIcon(0, IDI_*) and ... component if that matters. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.0k
views
1
answer
delphi - Disabling progress bar animation on Vista Aero
I'm using a Delphi 2009 VCL TProgressBar as a kind of "empty/full" gauge. On Vista, with Aero theme ... standard windows progress bar control? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
786
views
1
answer
delphi - How can I refer to a control whose name is determined at runtime?
As a kind of self-study exercise, I've made a form which contains six panels in a 2x3 rectangle and I ... I hope the code explains something. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
879
views
1
answer
delphi - How can I increase the size of the string that an external debugger visualizer can display?
I am once again writing an external debugger visualizer, and am running into a wall. There appears to be ... debugger visualizer can display? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.2k
views
1
answer
delphi - Convert BitMap to string without line breaks?
Somewhere I found this code to convert a BitMap to a string: function Base64FromBitmap(Bitmap: TBitmap): string; ... line without line breaks? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
866
views
1
answer
delphi - Apply Windows Theme to Office Com add-in
For ages, Delphi has supported the Enable runtime themes switch on the Application Settings tab. However, this ... solutions to this problem? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
Page:
« prev
1
...
6
7
8
9
10
11
12
13
14
15
16
...
21
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] full-calendar日历组件怎么给每个日期添加一个默认数据?
[2] gitlab 自动化部署出现Host key verification failed.
[3] 空css文件服务器返回404
[4] c# - Really struggling to get how WiX works
[5] 关于宝塔面板建多个网站的问题
[6] php - Fatal error: Uncaught TypeError: Cannot access offset of type string on string in
[7] Typescript module augmentation error: Generic type requires 2 type arguments
[8] iconfont 怎么做到按需引入,或者能等界面渲染完再引入可以吗?
[9] for loop - c++ std::vector: sum in a vector position its previous value
[10] 为什么 StatefulWidget 被分成 StatefulWidget 和 State 两部分?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...