RAD Studio
ContentsIndex
PreviousUpNext
E2277: Lvalue required

The left side of an assignment operator must be an addressable expression. 

Addressable expressions include the following:

  • numeric or pointer variables
  • structure field references or indirection through a pointer
  • a subscripted array element

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