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
795
views
1
answer
delphi - How do I use class helpers to access strict private members of a class?
This is a follow-up question to: How to hide a protected procedure of an object? (I'm a bit fuzzy on ... to access (strict) private members? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
832
views
1
answer
delphi - Are there any advantages in using const parameters with an ordinal type?
I know marking string parameters as const can make a huge performance difference, but what about ordinal types? ... ordinal parameters as const? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.1k
views
1
answer
delphi - Appending one element to a dynamic array
This is a very frequent pattern throughout my code: SetLength(SomeDynamicArray, Length(SomeDynamicArray)+1); ... code as possible. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
848
views
1
answer
delphi - Where to store program settings instead of HKEY_LOCAL_MACHINE?
I have some program settings that are currently stored in HKEY_LOCAL_MACHINE. Due to Vista and locked down users, ... app written in Delphi. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
929
views
1
answer
delphi - XML parsing, TXMLDocument
I have a problem with parsing XML. How to get field values se_url and phrase? I need to get link1_1, link1_2, key1, ... </row> </data> </doc> See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
987
views
1
answer
delphi - Convert Hi-Ansi chars to Ascii equivalent (é -> e)
Is there a routine available in Delphi 2007 to convert the characters in the high range of the ANSI table (>127) to ... (em dash) → - (hyphen) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.6k
views
1
answer
delphi - Form is hidden behind other forms when ShowModal is called
My application is based on modal forms. Main form opens one form with ShowModal, this form opens another with ShowModal ... : I use Delphi 7. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.0k
views
1
answer
delphi - HTML Tag Parsing
How can I parse Name: & Value text from within the tag with DIHtmlParser? I tried doing it with TCLHtmlParser from ... "clear"></div></div> See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
793
views
1
answer
delphi - Make Disabled Menu and Toolbar Images look better?
Please see the attached screenshot which illustrates a TToolBar from one of my programs: Notice the last two ... them if possible. Thanks. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
744
views
1
answer
delphi - Undocumented intrinsic routines
Delphi has this list: Delphi Intrinsic Routines But that list is incomplete. What are the 7 undocumented intrinsic ... what is their purpose? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
724
views
1
answer
delphi - Best practice to do nested TRY / FINALLY statement
Hi What is the best way to do nested try & finally statements in delphi? var cds1 : TClientDataSet; cds2 : ... a better way of doing this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
855
views
1
answer
delphi - What are good uses for class helpers?
Delphi (and probably a lot of other languages) has class helpers. These provide a way to add extra methods to ... good uses for class helpers? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
852
views
1
answer
delphi html decode
I'm using Delphi 2009 and want to decode an HTML encoded string, for example: ' -> ' But cannot find ... for doing this. Thanks in advance See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
758
views
1
answer
delphi - How to declare two inter-linked classes?
I have a question similar to this, but in delphi. type TThreadPopulator = class(TThread) private _owner: ... is not applicable to delphi See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.8k
views
1
answer
delphi - Resize PNG image
HI! Could you please tell me how to resize a .png image. Or better give an example. I've been searching ... image and keep its transparency. :( See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
879
views
1
answer
delphi - Force system with nVidia Optimus to use the real GPU for my application?
I want my application to always run using the real gpu on nVidia Optimus laptops. From "Enabling High ... variable seems much cleaner. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
835
views
1
answer
delphi - String.Split works strange when last value is empty
I'd like to split my string to array but it works bad when last "value" is empty. See my example ... = 4 (primitive workaround with space) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.1k
views
1
answer
delphi - How can I get the drive letter of an USB device?
I am using WMI to get all inserted USB disks manufactures names. The code works great but I have a problem ... this in a normal drive letter? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.4k
views
1
answer
delphi - Http Post with indy
I have a simple php script on my web server which I need to upload a file using HTTP POST, which I am doing in ... bind socket'); end; end; end; See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.2k
views
1
answer
delphi - DecimalSeparator in SysUtils and System.SysUtils
I need to find DecimalSeparator var SysUtils Delphi 7, in Delphi XE6 i tried to find in System.SysUtils, but ... component of Delphi 7 to XE6 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
973
views
1
answer
delphi xe disable RTTI
i have use delphi xe recently but exe size is very big because of rtti(i think) howto remove rtti , and can i ... ; and what is the use of rtti See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
800
views
1
answer
delphi - Why are TGeneric<Base> and TGeneric<Descendant> incompatible types?
I have started using of generics in Delphi 2010 but I have a problem when compiling this piece of code: ... the compiler says this error? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
982
views
1
answer
delphi - How to translate (internationalize, localize) application?
I need to translate an application on delphi. Now all strings in interface on Russian. What are the ... people translate large applications? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
974
views
1
answer
delphi - How to retrieve cpu usage per process
There is a PerformanceCounter in .net platform, which can retrieve the cpu usage of every single process. ... processes are already available. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
918
views
1
answer
delphi - Faster DirectoryExists function?
I use DirectoryExists (const PathName : String); to check if a directory is reachable from a computer or not. But ... in kernel32)? Any ideas? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
1.2k
views
1
answer
delphi - How to get line number at runtime
is it possible to get source line number at runtime in Delphi? I know JCL debug, but I want to avoid to use it ... , 'Error'); end; Thank you See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
805
views
1
answer
delphi - How to send command to console application from GUI application
I have a console application that I launch from a GUI applicaiton. The console application takes parameters for ... between gui and console See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
0
votes
775
views
1
answer
delphi - Could not find system file when it actually exists
System can't find alg.exe but it does exist - "c:windowssystem32alg.exe". I've moved from Win 7 x86 to ... := xIS64 else RaiseLastOSError; end; See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
delphi
Page:
« prev
1
...
10
11
12
13
14
15
16
17
18
19
20
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] vue安装了postcss插件 这个配置能改成false吗?
[2] 替 Button 添加onClick属性后 点击报错
[3] react项目, 在页面修改saga models文件的拿到的state, 为什么会直接更新了
[4] JavaScript、TypeScript 中情况判断出现多少次才使用switch语句而不使用if语句 两性能消耗有什么不同
[5] 关于flv.js视频销毁问题
[6] 父元素为relative,子组件是absolute,父组件允许滚动的时候,子组件如何固定到父元素顶部?
[7] microsoft edge - I cant access any google related websites
[8] google 了 3 天反复测试也找不到答案的 Flask-SQLAlchemy 问题,请拯救我于水火 a men
[9] Redirect to angular component (without route) from another component
[10] vue项目本地测试的时候请求都没有问题,但是发布测试版的时候get请求的请求方式不见了,无法发送请求。
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
广告位招租
...