Specifies whether to permit delete operations against a data source. Read/write at design time and run time.
Note |
|---|
|
AllowDelete does not affect the ability to delete a row in the cursor itself. |
CursorAdapter.AllowDelete [ = lValue ] |
Return Value
- lValue
-
Logical data type. The following table lists the settings for lValue.
lValue Description True (.T.)
Permit delete operations. (Default)
When the CursorAdapter DeleteCmd property is empty (""), Visual FoxPro generates a SQL DELETE command automatically. For more information, see Data Access Management Using CursorAdapters.
False (.F.)
Does not permit delete operations.
Remarks
Applies To: CursorAdapter Class
Note
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08