Is it possible to use components derived from TWinControl in a service?
Posted
by M Schenkel
on Stack Overflow
See other posts from Stack Overflow
or by M Schenkel
Published on 2010-04-16T00:11:36Z
Indexed on
2010/04/16
0:13 UTC
Read the original article
Hit count: 190
delphi
I am creating a Delphi service. Is there any way to use controls derived from TWinControl within services? Ultimately the control and any controls I place on it will be saved to a bitmap. But anything I try I get "control has no parent window" error.
I have successfully created a TBitMap and can accomplish the same functionality. But having all the functionality built into the VCL would greatly simplify the task.
© Stack Overflow or respective owner