Skip to main content

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

True if a user clicks the Assign button to close the dialog; otherwise False.

Remarks

Call the dxShowCameraDialog function to invoke the Camera Preview dialog.

Camera Preview Dialog

See Also