API:FMX.MediaLibrary.Actions.TCustomTakePhotoAction
Delphi
TCustomTakePhotoAction = class(TSysCommonAction)
C++
class PASCALIMPLEMENTATION TCustomTakePhotoAction : public Fmx::Stdactns::TSysCommonAction
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.MediaLibrary.Actions.pas FMX.MediaLibrary.Actions.hpp |
FMX.MediaLibrary.Actions | FMX.MediaLibrary.Actions |
Description
The base class for standard actions providing system functionality.
FMX.MediaLibrary.Actions.TCustomTakePhotoAction inherits from FMX.StdActns.TSysCommonAction. All content below this line refers to FMX.StdActns.TSysCommonAction.
The base class for standard actions providing system functionality.
TSysCommonAction extends the TCustomAction class redeclaring properties and events, used in system actions, with the published visibility: CustomText, Enabled, HelpContext, HelpKeyword, HelpType, Hint, SecondaryShortCuts, ShortCut, Visible, UnsupportedArchitectures, OnCanActionExec, OnUpdate.
The published scope of properties and events provides the possibility to use the Object Inspector for editing values of these properties and defining event handlers at design time.
Standard actions descending from TSysCommonAction are TFileExit, TWindowClose, TFileHideApp, and TFileHideAppOthers.