RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.GetReadOnly Method

Indicates whether the adapter field represents a read-only database field.

Pascal
function GetReadOnly: Boolean;
C++
__fastcall Boolean GetReadOnly();

GetReadOnly returns true if this adapter field represents a database field that is read-only, false otherwise (if the underlying database field is not read-only or if this adapter is not associated with a field object). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!