Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxValueType.GetValue(PAnsiChar) Method

Obtains a value from the specified memory buffer.

#Declaration

Delphi
class function GetValue(ABuffer: PAnsiChar): Variant; virtual;

#Parameters

Name Type Description
ABuffer PAnsiChar

The pointer to the source memory buffer that contains a value of the type that corresponds to the current TcxValueType class descendant.

#Returns

Type Description
Variant

The obtained value. The function returns Null if the ABuffer parameter accepts nil (in Delphi) or nullptr (in C++Builder) or an error occurs.

See Also