Vcl.Controls.TCustomPanningWindow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomPanningWindow

Delphi

TCustomPanningWindow = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomPanningWindow : public TCustomControl

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

Dies ist eine abstrakte Basisklasse, die als Vorfahre dient, um anwendungsspezifische schwenkbare Fenster zu implementieren.

Zum Erstellen eines spezifischen Schwenkfensters erstellen Sie von dieser Klasse eine Unterklasse und überscheiben die Methode für den Teil der Implementierung, den Sie spezifisch anpassen wollen.

Siehe auch