FMX.MediaLibrary.Actions.TCustomTakePhotoAction.Editable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Editable: Boolean read FEditable write FEditable default DefaultEditable;

C++

__property bool Editable = {read=FEditable, write=FEditable, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.MediaLibrary.Actions.pas
FMX.MediaLibrary.Actions.hpp
FMX.MediaLibrary.Actions TCustomTakePhotoAction

Description

The Editable property is a Boolean used to enable cropping on a picture after loading it.

The Editable property is available for the FMX.MediaLibrary.Actions.TCustomTakePhotoAction and the FMX.MediaLibrary.Actions.TTakePhotoFromCameraAction actions. When the Editable property is set to True and an action triggers the OnDidFinishTaking event, cropping is activated on the loaded picture.

The Editable property is set to False by default.

See Also