![]() |
AW: Application.CreateForm in einem Thread
Zitat:
|
AW: Application.CreateForm in einem Thread
Zitat:
Hier ein Beispiel:
Delphi-Quellcode:
procedure TScreenControlsForm.vstScreenComponentsGetText(Sender: TBaseVirtualTree; Node: PVirtualNode; Column: TColumnIndex;
TextType: TVSTTextType; var CellText: string); var Info: IScreenComponentInfo; begin Info := Node.GetData<IScreenComponentInfo>; if Assigned(Info) then begin CellText := Info.Text; end; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:30 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz