QuestionQ249

Design and develop AOT elements

You are working with extended data types in Visual Studio.

You need to create an extension for an Extended Data Type (EDT) that is derived from a base data type.

Which three properties can you modify? Each correct answer provides a complete solution.

> NOTE: Each correct selection is worth one point.

Choose three
  • A String size
  • B IsExtensible
  • C Form help
  • D Alignment
  • E Label
Explanation

An EDT extension can modify its Label and Form help properties. It can also modify String size when the EDT does not extend another EDT; an EDT derived directly from a base data type satisfies that requirement. Alignment and IsExtensible are not supported EDT-extension properties.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!