CAViewer::SetUseDefaultFormat

CAViewer class

Sets a value that determines whether to display data in the Data View window using the default format.

BOOL SetUseDefaultFormat(
  BOOL use
  );

Parameters

use
If set to TRUE, data values will be displayed in the default format. If set to FALSE, the format can be controlled explicitly by using the SetUseHex, SetFieldWidth, and SetUseExp methods.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

See Also

CAViewer::GetUseDefaultFormat, CAViewer::GetDefaultFormat, CAViewer::SetUseHex, CAViewer::SetFieldWidth, CAViewer::SetUseExp