[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
BaseClass for ASL Requester, no need to instance this class use the subclasses
Source position: MUIClass.Dialog.pas line 12
type TBaseDialog = class |
||
public |
||
function Execute; virtual; abstract; |
|
|
property TitleText: string; [rw] |
|
Text for the Titlebar of the Requester |
end; |
|
BaseClass for ASL Requester, no need to instance this class use the subclasses |
|
| | ||
TObject |