dxShowCameraDialog(TGraphic) Method
Invokes the Camera Preview dialog.
Declaration
function dxShowCameraDialog(AGraphic: TGraphic): Boolean;
Parameters
Name | Type | Description |
---|---|---|
AGraphic | TGraphic | The target image container that stores an image captured in the Camera Preview dialog. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
Call the dxShowCameraDialog
function to invoke the Camera Preview dialog.
See Also