Share via


FormObject.getAllowEdit Method

Definition

Overloads

getAllowEdit()
getAllowEdit(Int32)

getAllowEdit()

public:
 virtual bool getAllowEdit();
public virtual bool getAllowEdit ();
abstract member getAllowEdit : unit -> bool
override this.getAllowEdit : unit -> bool
Public Overridable Function getAllowEdit () As Boolean

Returns

Applies to

getAllowEdit(Int32)

public:
 virtual bool getAllowEdit(int _rowIndex);
public virtual bool getAllowEdit (int _rowIndex);
abstract member getAllowEdit : int -> bool
override this.getAllowEdit : int -> bool
Public Overridable Function getAllowEdit (_rowIndex As Integer) As Boolean

Parameters

_rowIndex
Int32

Returns

Applies to