Share via


SIGProcSetupField::find Method

Finds a specific field setup record.

Syntax

client server public static SIGProcSetupField find(
    RefRecId _setupRef, 
    RefTableId _tableId, 
    RefFieldId _fieldId, 
    DatabaseLogType _logType, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update.

Return Value

Type: SIGProcSetupField Table
The record, if it was found; otherwise, a blank record.

Remarks

This method is part of the standard table signature and is required by best practice rules.

See Also

Reference

SIGProcSetupField Table