dxShowCameraDialog(TPicture) Method
Invokes the Camera Preview dialog.
Declaration
function dxShowCameraDialog(APicture: TPicture): Boolean;
Parameters
Name | Type | Description |
---|---|---|
APicture | TPicture | 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