![]() |
Datenbank: MSSQL • Version: 12 • Zugriff über: Firedac
TFDCommand Verständnis von Klassen
wenn eine Klasse nur aus einer Liste von Properties besteht, was bedeutet dies eigentlich ?
Welche Funktion hat diese Code Zeile
Delphi-Quellcode:
[ComponentPlatformsAttribute(pidAllPlatforms)]
Delphi-Quellcode:
[ComponentPlatformsAttribute(pidAllPlatforms)] TFDCommand = class(TFDCustomCommand) published property ConnectionName; property Connection; property Transaction; property CatalogName; property SchemaName; property BaseObjectName; property Overload; property Params; property Macros; property FetchOptions; property FormatOptions; property ResourceOptions; property UpdateOptions; property CommandKind; property CommandText; property ActiveStoredUsage; property Active; property BeforeClose; property BeforeOpen; property AfterClose; property AfterOpen; property BeforeUnprepare; property BeforePrepare; property AfterUnprepare; property AfterPrepare; property BeforeExecute; property AfterExecute; property OnError; property OnCommandChanged; end; |
AW: TFDCommand Verständnis von Klassen
Die Properties werden geerbt aus der Elternklasse und sichtbarer gemacht.
Vorher waren sie z.B. nur public und jetzt werden sie published. |
AW: TFDCommand Verständnis von Klassen
Danke , habe dann noch hier weitergelesen
![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:40 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