TAILIEUCHUNG - Developer’s Guide Borland Delphi 7 for Windows PHẦN 2

Nói cách khác, quy định cụ thể "," chứng thực trong chuỗi AllowSender không phải là tương đương với "xác thực = true" trong chuỗi kết nối. Xác định Phần này bàn về các vấn đề cơ bản của việc tạo ra một trình đơn ở thời gian thiết kế. Để biết thêm thông tin về các mẫu đơn, xem "Sử dụng các mẫu đơn" trên trang 9-41. | Converting measurements Declare variables Now that you have a conversion class begin as with any other conversion family by declaring identifiers var euEUR TConvType EU euro euBEF TConvType Belgian francs euDEM TConvType German marks euGRD TConvType Greek drachmas euESP TConvType Spanish pesetas euFFR TConvType French francs euIEP TConvType Irish pounds euITL TConvType Italian lire euLUF TConvType Luxembourg francs euNLG TConvType Dutch guilders euATS TConvType Austrian schillings euPTE TConvType Portuguese escudos euFIM TConvType Finnish marks cbEuro TConvFamily Register the conversion family and the other units Now you are ready to register the conversion family and the European monetary units using your new conversion class. Register the conversion family the same way you registered the other conversion families cbEuro RegisterConversionFamily European currency To register each conversion type create an instance of the conversion class that reflects the factor and rounding properties of that currency and call the RegisterConversionType method var LInfo TConvTypeInfo begin LInfo cbEuro EUEuro -2 if not RegisterConversionType LInfo euEUR then LInfo cbEuro BelgianFrancs 0 if not RegisterConversionType LInfo euBEF then LInfo cbEuro GermanMarks -2 if not RegisterConversionType LInfo euDEM then LInfo cbEuro GreekDrachmas 0 if not RegisterConversionType LInfo euGRD then LInfo cbEuro SpanishPesetas 0 if not RegisterConversionType LInfo euESP then LInfo cbEuro FrenchFrancs -2 if not RegisterConversionType LInfo euFFR then LInfo cbEuro IrishPounds -2 Using BaseCLX 5-39 Defining custom variants if not RegisterConversionType LInfo euIEP LInfo .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.