Share

acdbHasFields

C++

ACDBCORE2D_PORT bool acdbHasFields(
    const ACHAR * pszText
);

File

DbField.h

Description

Returns true if the text has one or more fields embedded in it. Returns false if it does not have a field.

Parameters

Parameters Description
pszText Input pointer to string in which to search for fields

Was this information helpful?