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;

InvokeRegistry

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

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