System.MaskUtils.MaskOffsetToOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaskOffsetToOffset(const EditMask: String; MaskOffset: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall MaskOffsetToOffset(const System::UnicodeString EditMask, int MaskOffset);

Properties

Type Visibility Source Unit Parent
function public
System.MaskUtils.pas
System.MaskUtils.hpp
System.MaskUtils System.MaskUtils

Description

MaskOffsetToOffset is used internally.

This function is used internally by FormatMaskText. Do not call MaskOffsetToOffset directly.

See Also