RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
InvokeRegistry.TRequiredArray Type

TRequiredArray is a dynamic array of boolean values.

Pascal
TRequiredArray = array of Boolean;
C++
array of Boolean TRequiredArray;

TRequiredArray is a dynamic array of boolean values. Each value indicates whether a corresponding item is required (true) or optional (false). 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!