MatchCase: Boolean;
MatchCase: boolean;
The MatchCase property determines whether case is considered for strings.
Available values:
True. Default. Case is considered for strings.
False. Case is not considered for strings.
The property use is given in the example for IMatrixTransformer.Transform.
See also: