CWormsWmdRecordHasField(Int32) Method |
Indicates if this record has data for the specified FID.
Namespace: Woti.WmdAssembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntaxpublic virtual bool HasField(
int lFid
)
Public Overridable Function HasField (
lFid As Integer
) As Boolean
public:
virtual bool HasField(
int lFid
)
Parameters
- lFid Int32
-
Return Value
Boolean
See Also