Klasse TFrameDlg

Unit

Deklaration

type TFrameDlg = class(TForm)

Beschreibung

Hierarchie

Übersicht

Felder

Public pnlBottom: TPanel;
Public btnOk: TButton;
Public btnCancel: TButton;
Private FFrame: TFrame;

Methoden

Private procedure SetFrame(const Value: TFrame);
Private function GetFrame: TFrame;
Public destructor Destroy; override;
Public function Exec: boolean;

Eigenschaften

Public property Frame: TFrame read GetFrame write SetFrame;

Beschreibung

Felder

Public pnlBottom: TPanel;
 
Public btnOk: TButton;
 
Public btnCancel: TButton;
 
Private FFrame: TFrame;
 

Methoden

Private procedure SetFrame(const Value: TFrame);
 
Private function GetFrame: TFrame;
 
Public destructor Destroy; override;
 
Public function Exec: boolean;
 

Eigenschaften

Public property Frame: TFrame read GetFrame write SetFrame;
 

Erstellt mit PasDoc 0.16.0.