FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
InitializeNamedRange Function

Initializes a TXlsNamedRange record with the default values.

Pascal
procedure InitializeNamedRange(var NamedRange: TXlsNamedRange);
C++
InitializeNamedRange(TXlsNamedRange NamedRange);
Parameters 
Description 
var NamedRange: TXlsNamedRange 
Record you want to initialize. 

Use this method always after creating a new TXlsNamedRange record if you are not getting the value from other function. 

Note that initializing the record yourself by setting all the members might fail in the future if new members are added to the record.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!