[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFileSaveAs - standard action (including opening a dialog) associated with the File Save As menu option
Source position: stdactns.pas line 199
type TFileSaveAs = class(TFileAction) |
||
protected |
||
function GetDialogClass; override; |
|
GetDialogClass - returns the class of dialog associated with this action |
published |
||
property Caption; |
|
The Caption to be used if this action is associated with a visible component |
property Dialog: TSaveDialog; [r] |
|
The SaveDialog to be used with this action |
property Enabled; |
|
Enabled - whether this action is able to be used (default True) |
property HelpContext; |
|
HelpContext - the index for a context-based help message |
property Hint; |
|
Hint - a pop-up message that appears when the mouse hovers over an object |
property ImageIndex; |
|
ImageIndex - the index number of the image to be associated with this action |
property ShortCut; |
|
ShortCut - an index to a shortcut list |
property SecondaryShortCuts; |
|
SecondaryShortCuts - a stringlist containing shortcuts |
property Visible; |
|
Visible - is this action visible? (default True) |
property BeforeExecute; |
|
BeforeExecute - event handler for performance before execution of the action |
property OnAccept; |
|
OnAccept - event handler for a press of the Accept button |
property OnCancel; |
|
OnCancel - event handler for a press of the Cancel button |
property OnHint; |
|
OnHint - action to be taken when a hint is required |
end; |
|
TFileSaveAs - standard action (including opening a dialog) associated with the File Save As menu option |
|
| | ||
|
TFileAction - base class for providing actions associated with various file dialogs and menu options |
|
| | ||
|
TCommonDialogAction - base class for providing actions associated with Dialogs |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
| | ||
| | ||
| | ||
TFileSaveAs - standard action (including opening a dialog) associated with the File Save As menu option
Gives the user an opportunity to select or enter a name to use for saving the file
lazarus-ccr.sourceforge.net |